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


Expert's answer

#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!

LATEST TUTORIALS
APPROVED BY CLIENTS