0
what goes after the =+ it's two letters or 2 numbers
3 Réponses
0
Wow
0
no its =+
0
here's an example:
int x =0; //declare integer variable x to value 1
x =+1; //x is equals to plus 1
System.out.print(x); //output 1
//Quite Simple,but still confusing
//Keep on reading,goodluck