0
It's correct ?
2 Answers
+ 3
I don't understand the question..
If by any chance you're attempting to ask why the code isn't working
Line 7: You assigned an int the value of a String.
Line 11: No semi-colon after the statement
0
thank you for your correction , i expected that i have a mistake because it's my first code :)