A story about coding with java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

A story about coding with java

write down code runs sololearn found 1 error expects () or [] change code with () sololearn found 3 errors expect ; change code with ; sololearn found 14 errors expect no () find closest window and jump out. I was in the 1st floor.

28th Mar 2017, 10:43 PM
Daniel
Daniel - avatar
4 Answers
+ 6
your code is full of logic/syntax errors like (instead of ", ; instead of : ecc... divide your project in two: 1st part store user input in a variable and print it out. 2nd part compare a variable using a switch case Both parts can be easily accomplished by following the first lessons of the java course on Solo Learn. Combining the two parts you'll get your final project. Piece of advice: using harsh language doesn't make your program cooler, specially when you need to ask others for help.
28th Mar 2017, 11:11 PM
seamiki
seamiki - avatar
+ 4
Compiler only finds errors in your program. if you expect the compiler to correct your mistakes, you better keep the window open....
28th Mar 2017, 10:54 PM
seamiki
seamiki - avatar
+ 1
can you check my new called I hate Java please?
28th Mar 2017, 10:57 PM
Daniel
Daniel - avatar
0
I don't swear to make myself look cooler I do it because I can.
28th Mar 2017, 11:14 PM
Daniel
Daniel - avatar