Q8 Find the error in the following code fragment and rewrite it after underlining each correction:
int a, int b;
cin<
cin>>b;
a=a+5;
b=b+1;
Answers
Answered by
2
cin is written two times in the first line
Similar questions