<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
```
Replace this line with your code.
<do not remove the three backticks above>
Can you make a screenshot please…?
i also need help
i put:int myNumber= 34 + 113;
it dosent work
rlavin
#5
What do you mean by replace this line with your code ?? Please help still lost
u just have to say:
public class Arithmetic{
public static void main(Stringargs {
int myNumber = 34 * 113;
System.out.println(myNumber);
}
}
system
Closed
#7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.