Answer to Question #174161 in C++ for Harini.M

Question #174161

 Display students details in the following format using manipulats

Rollno Name Marks average

------  ---   ----   -------

1        Ram  490    98.17

2        Kala  450     96.23


1
Expert's answer
2021-03-22T03:25:16-0400
#include <iostream>


using namespace std;


int main()
{
    cout<<"Rollno \t Name \t Marks \t Average"<<endl;
    cout<<"1\t Ram \t 490 \t 98.17"<<endl;
    cout<<"2\t Kala \t 450 \t 96.23"<<endl;
    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
New on Blog
APPROVED BY CLIENTS