Computer Science, asked by Binoyvembayam7228, 1 year ago

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 pratyushssb
2
cin is written two times in the first line
Similar questions