This is the first time when I feel proud to my decision to choose java language for coding, maam you really awesome teacher, I have decided to watch all your videos , your 16-20 vedios far far better than any playlist , Your great teacher🙏🙏 Love🙇🙇❤ from India.
Before I used to fear java ma'am ,Thank you ma'am , now I became an expert to solve any question easily with simple logic just because of your efforts 💕
Just add i%2 == 0 as a condition before print to print alternate characters. Use the same condition above and if true, convert to uppercase and and then print, else print as is.
I have added if conditions to solve this. If there is any other better way please suggest. Thanks. else { char first = w.charAt(0); char last = w.charAt(w.length() - 1); if (w.length() == 1) { ns = ns + first + " "; } if (w.length()==2) { ns = ns + last + first + " "; } else if (w.length() > 2) { String middle = w.substring(1, w.length() - 1); ns = ns + last + middle + first + " "; }
All the programs in this video are wrong!! I don’t know how people without even working on them and appreciating wrong info. simply coding please correct yourself, you are spoiling many people’s life’s.
This is the first time when I feel proud to my decision to choose java language for coding,
maam you really awesome teacher, I have decided to watch all your videos , your 16-20 vedios far far better than any playlist , Your great teacher🙏🙏 Love🙇🙇❤ from India.
Before I used to fear java ma'am ,Thank you ma'am , now I became an expert to solve any question easily with simple logic just because of your efforts 💕
Same bro
Your the best teacher concerning java out there
These concept of string videos is something else, Thank you, Cant Express, So Awsome!!
Utterly beautiful explanation..!! Hats Off!!! 🤩🤩
Thank god I discovered your channel before my boards ❤
thank you so much you saving my boards 🙏🙏
extremely helpful as I'm an ICSE student ma'am , Hats off 💯
I wish I had a teacher like you in school..
Thank you so much helped a lot!!
Awesome 👍👍
Wow what an explanation!
Thanku man, i was finding this type of video
Underrated video
what about if more white space between the word?
How to print a double letter sequence program in string? Please explain.
Nice explanation
Simply coding is love!!!!!!!!!
She made coding really easy........Handsoff to you......our school teacher teaches so many logics but did not tell us wat to solve them ❤️❤️❤️❤️❤️
Excellent video, thanks for it 🙏🙏🙏
veryvery wonderfuul teaching
6:00 doesn't work if word contains 1 letter like "i am"
try putting if condition (w.length()>1)
Thankyou mam ❤❤❤
I was waiting for it thanks
Thank you so so much
Thank you soo much
looks like this is a simpler template compared to what you suggested, isn't it?..??
String name = "Saurabh Knows Java";
String words []= name.split(" ");
for(int i=0; i < words.length; i++)
{
System.out.println(words[i]);
}
very good
2,3 program is not working getting StringIndexOutOfBound CE
Great! Thank u.
Mam i need this type of video for array also
You can watch on playlist on arrays - ua-cam.com/play/PLWWFf_h_MQRo0CIdiYhNjAJAUudfoEYjt.html
At 6:00 shouldn't the iteration of i go from 0 to I
Thank you :)
Thanku mam🙏.
Thank you mam🙂🙂🙂
only one word is getting read in the sentence. can someone help me with the working code
How to print alternate characters ?
And
how to convert print convert the alternate characters to uppercase and print it
Just add i%2 == 0 as a condition before print to print alternate characters.
Use the same condition above and if true, convert to uppercase and and then print, else print as is.
@@SimplyCoding thank you
@@SimplyCoding can you please type both the logics and pin this comment, So that even others will get to know....
No one Can think java program is so easy......
last coding not working mam
Last program 15.45 doesn't work
I have added if conditions to solve this. If there is any other better way please suggest. Thanks. else {
char first = w.charAt(0);
char last = w.charAt(w.length() - 1);
if (w.length() == 1) {
ns = ns + first + " ";
}
if (w.length()==2) {
ns = ns + last + first + " ";
} else if (w.length() > 2)
{
String middle = w.substring(1, w.length() - 1);
ns = ns + last + middle + first + " ";
}
explantion is awesome madam but the code doesn't give a correct output
goated
Mam please do it in python mam please mam and matrix method also in logical way
All the programs in this video are wrong!! I don’t know how people without even working on them and appreciating wrong info. simply coding please correct yourself, you are spoiling many people’s life’s.
Why don't you paste your program over here, we can help you find the mistake you have done in copying from video
Excellent video, thanks for it 🙏🙏🙏
However, whe you said if (c !=' '); isn't ! You can write if(!Character.isWhitespace());
Thank you ❤