0
I was running a code in java and it tells me package system does not exist whats the solution?
4 Réponses
+ 2
Firstly share your code then we can easily clear what you have a doubt?
+ 2
system does not exists in Java.
But System exists.. Find the difference?
As told share your code link in description.. Otherwise it is infinite number of solution guesses...
+ 1
public class Program
{
public static void main(String[] args) {
int beer = 64;
int whisky = 23;
system.out.println (beer + whisky);
}
}
+ 1
In sololearn app see the bottom side, go to option 'create' and then you can see right side '+' icon press that button choose that programming language and then share your code bits here
And the problem is 'System' instead of 'system'.