No semi colon | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

No semi colon

I tried to make my own variable, but I keep getting an error message saying there's none or is expecting a semi colon. I have put a semi colon though what should I do?

13th Sep 2016, 7:03 PM
Edwin Busulwa
Edwin Busulwa - avatar
4 Antworten
+ 2
can u show me the code?
13th Sep 2016, 8:35 PM
Abhishek Narwal
Abhishek Narwal - avatar
+ 1
did u check the daa type or it is a problem with ur complier. it usually happens in borland
13th Sep 2016, 8:36 PM
Abhishek Narwal
Abhishek Narwal - avatar
+ 1
Yep... A look at the code would be better.
27th Sep 2016, 2:49 PM
Devansh Kaushik
Devansh Kaushik - avatar
0
If you've placed a semicolon after the variable declaration, check somewhere else in your code. Make sure there's a semicolon after every statement.
13th Sep 2016, 8:57 PM
Nick Rodriguez
Nick Rodriguez - avatar