+ 5
Need a help in java code.?
I want Output in this format which is mention in image pls help to solve this I have tried but i am unable ti do this https://www.sololearn.com/post/726097/?ref=app
11 Answers
+ 4
🐍🐍🐍🐍🐉
Just import java Scanner class .
And read string by using Scanner object
https://code.sololearn.com/c8ZK83Fxq7T0/?ref=app
+ 3
🐍🐍🐍🐍🐉 welcome 😊
.
I too don't know much more I am also a begginner like you.
+ 3
☕Naͥvyͣaͫ but you are much more intelligent than me . Once Again thankyou you gave your precious time✨✨🤗
+ 3
🐍🐍🐍🐍🐉
It's my pleasure ☺
+ 3
🐍🐍🐍🐍🐉
If you know cpp then you can learn easily java too. My suggestion is first learn basics in java and try to solve a small problems and then go to complex problems. But, remember as a programmer not only learning, you must practice with code too.
☕THANK YOU☕
+ 2
CHERIEF Houcine Abdelkader Pls i Don't know much more about java can u solve completely i tired but i am unable to print String properly
+ 2
☕Naͥvyͣaͫ ohh wow 😱👏👌 thanks thanks thanks mam i am learning java but i dont know much more
+ 2
☕Naͥvyͣaͫ if i want to take Input from user then how to so it
+ 2
☕Naͥvyͣaͫ pls teach me something how you learned deeply java i am unable to solve any problem in java i know cpp only
+ 1
This an algorithm:
Abc=""
Num=""
Foreach char c in str
If c is an number
Add c to your Num
If 'A'<=c && c<='Z' || 'a'<=c && c<='z'
Add c to Abc
Print Abc
Print Num
it will be very simple in Java.