Correct the errors in the given programs: [3]
1. class public
{public static void main(String args{})
int a=45,b=70,c=65.45;
sum = a + b;
diff = c – b;
System.out.println(sum,diff)
Answers
Answered by
9
Answer:
this is your answer of test
Attachments:
Similar questions