a=3 print(a) b=4 print (b) s = a+b print (s) find the error
Answers
Answered by
0
Answer:
a=3 print
int a=3;
System. out.println(a);
(a) b=4 print
int b=4;
System. out.println (b);
(b) s = a+b print (s)
int s= a+b;
System. out. println(s);
Similar questions
Hindi,
4 months ago
Computer Science,
4 months ago
Biology,
4 months ago
Science,
9 months ago
Psychology,
9 months ago