Answer to Question #57379 in C++ for Sajid

Question #57379
Q.write a program to display the following output using a single cout statement.
Subjects Marks
Mathematics 90
Computer 80
English 70
1
Expert's answer
2016-01-20T07:19:30-0500
#include <iostream>

int main()
{
std::cout << "Subjects Marks\nMathematics 90\nComputer 80\nEnglish 70\n";
return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS