+ 1
Help java
Where’s the error https://code.sololearn.com/cI5v9o28kRcU/?ref=app
7 odpowiedzi
+ 3
Missing imports for Scanner.
Missing declaration of variable <i> and <sc>.
+ 1
And one missing brace } and missing creation of Scanner object and the loop will never start, because you try to read in variable i inside the loop, witch can not run if i = 0.
+ 1
Bushra Zhrani yes, for sure I'm able to do that. But what's about your Java lessons. Have you done anything the last 20 days?
At first, show us a Code that at least gets the user input. Then we would see how to go foreward.
0
Ipang can you make it as code?
0
If you like you can analyse this code:
https://code.sololearn.com/cQsYmxH6Lx2u/?ref=app
0
Your's code order is not correct please make the code in correct order
- 1
Coding CAT can you write it as code plaase?