Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  


Shop

CPP: Practice Problem


Finding errors in cout statements #2323 (7-Jan-2018)
In Topic(s) : Beginning to Program   

Find errors in the following cout statement constructs. 1)  cout<<“This is my work” “; 2)  cout<<\n<<“Show me next line”; 3) cout<<cout<<“This is cout chain”; 4)  cout>>a<<b; 5) return cout; 6) cout<<x=10; 7) cout<<“Student marks are “;<<marks;  



: Quiz
Back