0

Can someone change this python program into java please?

I want to make it downloadable for an android phone. I have zero to almost no java experience. https://code.sololearn.com/c0wkX36QJvFk/#py Thanks

18th Jun 2019, 5:30 PM
Jordi
Jordi - avatar
4 Answers
0
Well, I still worked on this, so here you go: https://code.sololearn.com/cCLXTzNmt3g0/?ref=app Although if you want to make android apps with java, you should, you know, learn java
18th Jun 2019, 6:45 PM
Airree
Airree - avatar
0
thanks everyone
18th Jun 2019, 8:49 PM
Jordi
Jordi - avatar
0
there is little bug in java //String s = sc.next(); //this read only first world, it is wrong String s = sc.nextLine(); //this read first line of text, it is ok
18th Jun 2019, 10:36 PM
zemiak