+ 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?â
2 RĂ©ponses
+ 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 ^_^
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
}