public class Solution {
public static void main(String[] args) {
int a = 56;
int b = 30;
int c = 14;
System.out.println(a + b + c);
}
}
The solution is not accepted - I don't know why, I cannot find a mistake
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Alex Vypirailenko Java Developer at Toshiba Global Comme
16 February 2020, 13:04
To what task?
Please use the Help option within the task menu, to ask questions relating to tasks.
0