Q2.
Rewrite the following program after finding and correcting syntactical errors and
underlining it.
a, b =0
if (a = b)
a+b=c
print( z)
Answers
Answered by
2
Explanation:
a, b=0
If (a==b)
a=b+c
print (a)
Mark me as brainliest
Answered by
0
Explanation:
Java ,
in ta= O,b=O;
if (a==b)
into c= a+b ;
sopln (c) ;
Similar questions
Physics,
27 days ago
Science,
27 days ago
Business Studies,
1 month ago
Political Science,
9 months ago
Math,
9 months ago
Math,
9 months ago