Need HW help ASAP thanks

Im very new to coding and dont understand how to do this. can someone plz help. thanks

1
2
3
4
5
6
7
8
9
  Write a complete program that will read your initials (first, middle, and last) and five test 
scores. 
 Your program should then compute your test average and print all information in a reasonable
 form (using setw and setprecision of 4) with suitable messages. 
 Display results should include:
a.	The three initials
b.	The five scores.
c.	The average
Last edited on
Can you write the "Hello world"? Have you had variables yet? Have you had input operations yet?

Start with those.
yes ive done that but i dont know how to use setw and setprecision and im confused on how to compute the data
cin should be helpful. I would show you an example but i don't want to do your homework for you.
so would i do something like

cout << "Enter your first initial" << endl;
cin >> K;

would that be right?
yes, that's pretty much it. Everything else is pretty simple.
ok thanks for your help :)
Topic archived. No new replies allowed.