help

Apr 13, 2021 at 4:13am
hi could anyone help me with this please idk what to do:(

A school has three house A,B and C. write a program to read a house and the points awarded for winning each race in an athletic final race terminated by D. calculate and print the total points gained by each house appropriately labeled. Also print the 3rd and 5th house points
Apr 13, 2021 at 6:46am
http://www.catb.org/esr/faqs/smart-questions.html#bespecific
Help is not a topic title.

http://www.catb.org/esr/faqs/smart-questions.html#homework
Don't dump your assignments with zero effort.

Your post makes no sense.

Apr 13, 2021 at 6:57pm
Angviv92;
Rules & Regulations for posting on C++ forums

1: Try your best to solve your problem on your own before posting; no one appreciates people dumping their homework assignments without even trying to do them first.

2: Explain your problem or assignment very clearly (or just post the assignment itself).

3: Post whatever code you have already written, so we can see that you've actually made some effort on it, as well as any compiler errors, warnings, etc that you are having trouble with. This is linked to 1 above.

4: When you post your code, use code tags:

http://www.cplusplus.com/articles/jEywvCM9/
http://www.cplusplus.com/articles/z13hAqkS/


It makes your code easier to read, along with proper indenting (just copy and paste your code directly from your IDE to preserve formatting).
Rules&Regs, @JRmanx, from stackoverflow.com

Thanks!
max
Apr 13, 2021 at 7:41pm
I believe the OP is talking about a boarding school. A "house" is a dormitory and they're competing against each other. I guess houses get points for winning races and 0 points if they aren't the winner (i.e., no points for 2nd, 3rd, etc.).

What I don't understand is "print the 3rd and 5th house points." How can you print the 5th house points when there are only 3 houses?
Topic archived. No new replies allowed.