0
Someone should please help me check my error in this code
5 Answers
+ 4
Get rid of the extra curly brace present at the end.
Use the comparison operator ( == ) instead of the assignment operator ( = ) because you're checking for equality, not to assign a value inside the if statement.
Iwuanyanwu Fredrick https://code.sololearn.com/csJ5jUJjq789/?ref=app
+ 1
thanks
0
but it's still showing 3 errors for the
int A ==0;
int P ==0;
int T== 0;
0
sorry 4 errors including
testwritten ==0;
0
okay. I have seen the once you solved.thanks very much