0
Java
Does anyone know why this isn’t working? I keep getting ‘line 0 can not find symbol errors. public class Program { public static void main(String[] args) { int beer = 64; int whisky = 23; System.out.println(beer + whiskey); } }
3 Respostas
0
Check your variables names, you typed whiskey instead whisky
+ 7
Copy paste to playground and Save code , share link here.
The link you posted is private. Others can't see your code there...
+ 3
And please do not put links in the tag section. Put "Java" in the tag section.