Error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Error

I have a problem with entering my answer.. I need to enter 2 digits, but I cannot :( I can enter only 1 digit. “x=x*x Int x = 4 What is x?”

7th Sep 2018, 6:10 AM
Aleksandr Vasylkov
2 Answers
+ 9
Can you give the link to that question? If you're only allowed to enter 1 digit then, most probably, the answer should be of 1-digit only ^_^
7th Sep 2018, 6:14 AM
Nikhil
Nikhil - avatar
0
ohh, I know, man... but 4*4=16 and its not a one digit..) where: java; “class and objects”; 9/14(if im right, “gigital and links type”); 2/4(question 1) ____________ something like that: main{ int x = 4; square(x); sout(x); } public void square (int x){ x = x * x }
10th Sep 2018, 4:00 AM
Aleksandr Vasylkov