Find the errors and rectify it?
1. Int a, double b,
Answers
Answered by
0
Answer:
int a;
double b;
or
int a; double b
this is correct but not recommended
Explanation:
you cannot put both of them in the same line without using semicolon
Similar questions