Tap to unmute

Frequently Asked Java Program 15: Print Even & Odd Numbers from an Array

  Рет қаралды 140,225

SDET- QA

SDET- QA

Күн бұрын

Пікірлер: 43
@nayabshaik2282
@nayabshaik2282 Жыл бұрын
Thank you sir, I have zero knowledge in coding. very easy understandable. 😀👍🤝
@sdetpavan
@sdetpavan Жыл бұрын
Glad to hear that
@swatizkitchen3326
@swatizkitchen3326 3 ай бұрын
Thanks you so much sir your teaching is just excellent! you make every thing easy Thanks...
@sdetpavan
@sdetpavan 3 ай бұрын
Welcoome
@haoluvr
@haoluvr 2 ай бұрын
wow... thank you so much for this! ❤
@sdetpavan
@sdetpavan 2 ай бұрын
You're welcome
@hemmishra1102
@hemmishra1102 2 жыл бұрын
public class PrintEvenOddNumbersFromArray { public static void main(String[] args) { String odd=""; String eve=""; int arr[]={1,2,3,4,5}; for(int i=0;i
@yamunashushma1834
@yamunashushma1834 3 жыл бұрын
Sir instead of using !=0 we use ==1 in odd numbers if statement
@abdus_samad890
@abdus_samad890 3 жыл бұрын
No, I think you can't write ==1 for odd numbers because in some conditions the remainder may come other than 1 and it will be an odd number but the line will only execute only if remainder is equal to 1.so, it is better to write ! =0 so that whatever the remainder will be other than 0 it will be an odd.
@arabindamohanty2190
@arabindamohanty2190 4 жыл бұрын
Excellent 👌
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@NordicPlan760
@NordicPlan760 3 жыл бұрын
Thank you, now it "clicked" for me :)!
@prasannachukka6643
@prasannachukka6643 4 жыл бұрын
sir plz do on video about printing pattern
@ezequielbecerrilgonzalez6946
@ezequielbecerrilgonzalez6946 2 жыл бұрын
I need same program but allow user to enter 10 numbers, and how may it print in descendent values
@jnp9155
@jnp9155 3 жыл бұрын
i have encountered this question in interview and i was not able to give the answer so i was rejected. please guide all type of basic program task question which will be asked in interview.
@manaschoudhary2079
@manaschoudhary2079 Жыл бұрын
In which company they this asked this question
@askhere373
@askhere373 2 жыл бұрын
Thanks a lot sir
@sdetpavan
@sdetpavan 2 жыл бұрын
Welcome
@gauri992
@gauri992 3 жыл бұрын
Thankyou sir ur the best
@sdetpavan
@sdetpavan 2 жыл бұрын
Welcome
@godlike8281
@godlike8281 3 жыл бұрын
what if the pattern is different like {3,2,1,5,6,4}? Will it still get the odd and even numbers in any oreder?
@himanshuchauhan4009
@himanshuchauhan4009 2 жыл бұрын
yes it will
@suryakantnulkar949
@suryakantnulkar949 2 жыл бұрын
In my interview they asked the below Question,can I get answer for this .... How can we extract number from each digit and we need digit as a even or odd number
@smrutichandrasekaran4090
@smrutichandrasekaran4090 Жыл бұрын
Hey I have a doubt ?????
@abedalraoufzeidan1461
@abedalraoufzeidan1461 2 жыл бұрын
do we need two for loops for this
@msgudaduramath4980
@msgudaduramath4980 2 жыл бұрын
I think no we can get The odd numbers within only one for loop by writing else statement
@SurajSingh-sy9kr
@SurajSingh-sy9kr 2 жыл бұрын
helpful video sir
@sdetpavan
@sdetpavan 2 жыл бұрын
Thanks
@Phyvb
@Phyvb 4 жыл бұрын
Thank you, this really helps alot
@sdetpavan
@sdetpavan 2 жыл бұрын
Welcome
@CaptureSyncVentures
@CaptureSyncVentures 2 жыл бұрын
What if you want to print the array to the console with only the even numbers?
@hiddled7739
@hiddled7739 2 жыл бұрын
Good day sir! What if the numbers were not given at all? how can we do that
@poojak352
@poojak352 2 жыл бұрын
Why it's not showing duplicate local variable i
@ddgaming200
@ddgaming200 Жыл бұрын
Can anybody solve thi in O(n) means only using one loop
@elnurjalilovi6074
@elnurjalilovi6074 4 жыл бұрын
thank you so much bro
@sdetpavan
@sdetpavan 2 жыл бұрын
Welcome
@gagan8281
@gagan8281 Жыл бұрын
Sir can we use i
@daiyaan4400
@daiyaan4400 Жыл бұрын
we wont be using it here cause the loop will run for (a.length-1) which means from 1 to 5...it wont be taking the last value at all. comparing it with index that it will run from (0 to n-2) for the given loop. i hope it is clear to you :)
@swayamprakashbhuyan
@swayamprakashbhuyan 3 жыл бұрын
Commenting for better reach
@pratheepkumar4218
@pratheepkumar4218 5 жыл бұрын
Hi Praveen , how to do a pattern program.
@motivationmotivational3988
@motivationmotivational3988 4 жыл бұрын
public class Even_Odd_from_Array { public static void main(String args[]) { int a[] = {2,3,4,5,6,7,8,9}; List even = new ArrayList(); List odd = new ArrayList(); for(int i = 0;i
@neelmoradiya1389
@neelmoradiya1389 Жыл бұрын
🇮🇳🇮🇳🙏🙏👍👍
@akshaybachhav5560
@akshaybachhav5560 2 жыл бұрын
i tried this way public static void main(String[] args) { int a[] = {1,2,3,4,5,6,7,8,9,10}; String even = ""; String odd = ""; for(int i = 0; i
Frequently Asked Java Program 14: Find Sum of Elements in Array
14:29
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Мастер и Мандарины - Уральские Пельмени
1:34:39
Уральские Пельмени
Рет қаралды 735 М.
Array vs. ArrayList in Java Tutorial - What's The Difference?
17:36
Coding with John
Рет қаралды 569 М.
Новый год 2025 на ТНТ "ComedyVision!" @ComedyClubRussia
1:16:27
#29 Multi Dimensional Array in Java
13:08
Telusko
Рет қаралды 193 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН