- 3
Error to codelearn
In the 4th lession of Java, there is a error unfixable
17 Antworten
+ 4
There should not be a space here
---> / /Calcula la suma y la generala
System.out.println(beer+whisky);
+ 2
Can you provide more details?
+ 2
There isn't any code to run in Java lesson 4.
+ 2
Show your code attempt
+ 2
You are very much welcome
+ 1
5.2?
+ 1
Copy paste here
+ 1
delete the i
System.out.println(beer + whisky );i <-------
+ 1
Thank you very much really
0
Spawn alert "Illegal start of expression" when i run the code but is a error of codelearn
0
Sorry 5 lesson
0
when I try to run the code I get "illegal initial expression" and I don't know what to do because my code is fine I get an error on line 0 and there is nothing there
ps: I did this with google translate
0
How?
0
public class Program
{
public static void main(String[] args) {
int beer = 64;
int whisky = 23;
/ /Calcula la suma y la generala
System.out.println(beer+whisky);i
}
}
0
Okay, but that is not the problem
0
delete the i and still the same
0
YES THAT WAS THE PROBLEM THANK YOU VERY MUCH but it was written by default