Computer Science, asked by seemahendra100, 2 months ago

Find the errors and rectify it?
1. Int a, double b,​

Answers

Answered by brijrajsingh
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