+ 1
9th Mar 2018, 7:26 AM
Hacker 815
5 Réponses
+ 6
both semicolons at the end of your print statements are missing example {cout<<"you passed";} ◀ ☺
9th Mar 2018, 7:30 AM
D_Stark
D_Stark - avatar
+ 3
I think you should change: if(mark>50){cout<<"you passed"} else{cout<<"congratulations you failed"} To: if(mark>50){cout<<"you passed";} else{cout<<"congratulations you failed";}
9th Mar 2018, 7:32 AM
Memphis Reigns
Memphis Reigns - avatar
+ 2
Tnk u very much
9th Mar 2018, 7:35 AM
Hacker 815
+ 1
Actually i am not getting what u are saying
9th Mar 2018, 7:32 AM
Hacker 815
+ 1
Tnx
9th Mar 2018, 7:34 AM
Hacker 815