what goes after the =+ it's two letters or 2 numbers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what goes after the =+ it's two letters or 2 numbers

29th Jun 2016, 8:14 AM
izzy
3 Answers
0
Wow
29th Jun 2016, 8:30 AM
크리퍼한자
크리퍼한자 - avatar
0
no its =+
30th Jun 2016, 2:24 AM
izzy
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
30th Jun 2016, 7:46 PM
Edmund Kotts
Edmund Kotts - avatar