String in Java - Word Programs

  Рет қаралды 46,080

Simply Coding

Simply Coding

Күн бұрын

Пікірлер: 49
@akhileshsinghtomar4763
@akhileshsinghtomar4763 Ай бұрын
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.
@blinkypie223
@blinkypie223 2 жыл бұрын
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 💕
@highclassmafia5361
@highclassmafia5361 Жыл бұрын
Same bro
@deeptijain4327
@deeptijain4327 2 жыл бұрын
Your the best teacher concerning java out there
@kumarsharad2027
@kumarsharad2027 2 жыл бұрын
These concept of string videos is something else, Thank you, Cant Express, So Awsome!!
@thekartikkandpal
@thekartikkandpal 6 ай бұрын
Utterly beautiful explanation..!! Hats Off!!! 🤩🤩
@hashtag-ll3ic
@hashtag-ll3ic 2 ай бұрын
extremely helpful as I'm an ICSE student ma'am , Hats off 💯
@kritvipandey5106
@kritvipandey5106 8 ай бұрын
thank you so much you saving my boards 🙏🙏
@monicajayakumar6113
@monicajayakumar6113 Жыл бұрын
I wish I had a teacher like you in school..
@Harshad-um7xr
@Harshad-um7xr 9 ай бұрын
Thank you so much helped a lot!!
@Zupiterr
@Zupiterr Жыл бұрын
what about if more white space between the word?
@smartstruggle9838
@smartstruggle9838 8 ай бұрын
Awesome 👍👍
@HrishabhKushwah
@HrishabhKushwah 7 ай бұрын
Wow what an explanation!
@subhashinisinha1280
@subhashinisinha1280 2 жыл бұрын
Thanku man, i was finding this type of video
@umakantapradhan5745
@umakantapradhan5745 Жыл бұрын
Underrated video
@saini4247
@saini4247 Жыл бұрын
Simply coding is love!!!!!!!!!
@saini4247
@saini4247 Жыл бұрын
She made coding really easy........Handsoff to you......our school teacher teaches so many logics but did not tell us wat to solve them ❤️❤️❤️❤️❤️
@PlaxmiSrivastav
@PlaxmiSrivastav Жыл бұрын
How to print a double letter sequence program in string? Please explain.
@simplivandcoding7789
@simplivandcoding7789 2 жыл бұрын
veryvery wonderfuul teaching
@jitendradhaka4780
@jitendradhaka4780 Жыл бұрын
Thank you so so much
@sona12315
@sona12315 Жыл бұрын
Thank you soo much
@ddk1062
@ddk1062 2 жыл бұрын
Excellent video, thanks for it 🙏🙏🙏
@sanjeevhansanur6203
@sanjeevhansanur6203 Жыл бұрын
very good
@Sneha-gx3zw
@Sneha-gx3zw 2 жыл бұрын
Thank you :)
@ShivamSingh-gc6pm
@ShivamSingh-gc6pm Жыл бұрын
Thanku mam🙏.
@indiancarowners7372
@indiancarowners7372 2 жыл бұрын
I was waiting for it thanks
@eliaszeray7981
@eliaszeray7981 Жыл бұрын
Great! Thank u.
@SHIVAAY944
@SHIVAAY944 24 күн бұрын
2,3 program is not working getting StringIndexOutOfBound CE
@varungola4720
@varungola4720 2 жыл бұрын
Thank you mam🙂🙂🙂
@sandhyak2657
@sandhyak2657 Жыл бұрын
only one word is getting read in the sentence. can someone help me with the working code
@Sudharsanprabu457
@Sudharsanprabu457 2 ай бұрын
Mam i need this type of video for array also
@SimplyCoding
@SimplyCoding 2 ай бұрын
You can watch on playlist on arrays - kzbin.info/aero/PLWWFf_h_MQRo0CIdiYhNjAJAUudfoEYjt
@simon-iu2jb
@simon-iu2jb 2 жыл бұрын
6:00 doesn't work if word contains 1 letter like "i am"
@himats7195
@himats7195 Жыл бұрын
try putting if condition (w.length()>1)
@crewify5460
@crewify5460 2 жыл бұрын
last coding not working mam
@NeverStopLearning56
@NeverStopLearning56 Жыл бұрын
How to print alternate characters ? And how to convert print convert the alternate characters to uppercase and print it
@SimplyCoding
@SimplyCoding Жыл бұрын
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.
@NeverStopLearning56
@NeverStopLearning56 Жыл бұрын
@@SimplyCoding thank you
@NeverStopLearning56
@NeverStopLearning56 Жыл бұрын
@@SimplyCoding can you please type both the logics and pin this comment, So that even others will get to know....
@Rajanrajaram
@Rajanrajaram Жыл бұрын
No one Can think java program is so easy......
@muthuraja4523
@muthuraja4523 Жыл бұрын
Last program 15.45 doesn't work
@himats7195
@himats7195 Жыл бұрын
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 + " "; }
@cherukurisagarteja7938
@cherukurisagarteja7938 9 ай бұрын
explantion is awesome madam but the code doesn't give a correct output
@mouni-o-
@mouni-o- 2 жыл бұрын
Mam please do it in python mam please mam and matrix method also in logical way
@naveenkumar-gw4nh
@naveenkumar-gw4nh Ай бұрын
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.
@SimplyCoding
@SimplyCoding Ай бұрын
Why don't you paste your program over here, we can help you find the mistake you have done in copying from video
@wilsonvaboum1338
@wilsonvaboum1338 Жыл бұрын
Excellent video, thanks for it 🙏🙏🙏 However, whe you said if (c !=' '); isn't ! You can write if(!Character.isWhitespace());
@maheshm6557
@maheshm6557 6 ай бұрын
Thank you ❤
@pwse
@pwse 15 күн бұрын
At 6:00 shouldn't the iteration of i go from 0 to I
Inheritance in Java
9:35
Simply Coding
Рет қаралды 5 М.
Solve String Programs in Java
14:37
Simply Coding
Рет қаралды 93 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
Двое играют | Наташа и Вова
Рет қаралды 2,2 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,4 МЛН
1D Array Programs in Java
19:17
Simply Coding
Рет қаралды 36 М.
Reverse Sentence By Words - Logic Building Practice
6:49
CloudTech
Рет қаралды 23 М.
Solve any square or hollow pattern in Java
17:15
Simply Coding
Рет қаралды 156 М.
Java Strings are Immutable - Here's What That Actually Means
7:06
Coding with John
Рет қаралды 616 М.
Solve any series program in Java - Part 1
24:12
Simply Coding
Рет қаралды 96 М.
Print in Java
12:21
Simply Coding
Рет қаралды 4,3 М.
Learn Java in 14 Minutes (seriously)
14:00
Alex Lee
Рет қаралды 4,8 МЛН
How to solve any Star Pattern Program
18:47
Simply Coding
Рет қаралды 1,1 МЛН
Java Program to Reverse each Word of a String
5:49
Programming Tutorials
Рет қаралды 89 М.