Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment-Chapter 08 A Contest Scoring Program: Your company has been selected to implement a contest scoring program for the upcoming Winter Olympies compete in five

image text in transcribed
Assignment-Chapter 08 A Contest Scoring Program: Your company has been selected to implement a contest scoring program for the upcoming Winter Olympies compete in five (5) competitions. best and 0 being the worst. There will be five (5) contestants. Each competition will be scored on a value of O through 10 with 10 being the Your job as a programmer is to develop a program to collect (input) the scores for each of the 5 contestants for each of the S competitions.(Hint a 2 dimensional array >5x5) Your program will determine the highest score for that completion and display the number of the winner (1 through 5). (Hint:find the lrgest value in each column). In addition, your program should total up the total scores for the contestants and award 1st place for the overali winner. (Hint Sum up each row and find the largest value) Your main program will prompt for each contest and allow the entry of the scores for each contestant. For example: Contest #1 7.5 9.3 8.57.210.0 Contest #2 8.17.8 9.2 10.0 7.7 8.5 Contest #3 Contest #4 Contest #5 The winner for Contest #2 is number 3 The winner.... The winner... The winner... The 1st place winner is number xx Upload your c+ program (Main.cpp) into the Assignment area and submit when completed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions