subject

An ironman race consists of a 2.4 mile swim, a 112 mile bike ride, and a 26.2 mile run. Have the user enter a name and the times for the three events for four participants. Time will be entered in hours, minutes, and seconds. Decide who is the winner in each event and for the overall race. Also calculate the speed of each participant in miles per hour in each event. The output should be (name) Swim: Finished in (hours):(minutes):(seconds) going (speed) mph Cycling: Finished in (hours):(minutes):(seconds) going (speed) mph Run: Finished in (hours):(minutes):(seconds) going (speed) mph Overall: Finished in (hours):(minutes):(seconds) going (speed) mph. Winners: Swim: (name) Cycling: (name) Run: (name) Overall: (name) Sample times: Luke 00:51:17 04:22:25 02:57:20 Sam 00:54:13 04:22:33 02:58:35 Julie 00:51:13 04:34:21 02:52:37 Chris 00:51:02 04:34:39 02:53:18

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:30
Consider the following statements: #include #include class temporary { private: string description; double first; double second; public: temporary(string = "", double = 0.0, double = 0.0); void set(string, double, double); double manipulate(); void get(string& , double& , double& ); void setdescription(string); void setfirst(double); void setsecond(double); }; write the definition of the member function set() so that the instance variables are set according to the parameters. write the definition of the constructor so that it initializes the instance variables using the function set() write the definition of the member function manipulate() that returns a decimal number (double) as follows: if the value of description is "rectangle", it returns first * second if the value of description is "circle" it returns the area of a circle with radius first if the value of description is "cylinder" it returns the volume of a cylinder with radius first and height second. hint: the volume of a cylinder is simply the area of the circle at the base times the height. if the value of description is "sphere" it returns the volume of the sphere with radius first. otherwise it returns -1.0;
Answers: 1
question
Computers and Technology, 22.06.2019 19:00
How is the number 110 written when expanded out to place values in the base 2 (binary) number system? options: 2 x 4 + 3 x 2 + 4 x 1 1 x 2 + 1 x 2 + 0 x 2 1 x 100 + 1 x 10 + 0 x 1 1 x 4 + 1 x 2 + 0 x 1
Answers: 1
question
Computers and Technology, 22.06.2019 23:30
Select all that apply. which of the following are proofreading options included in microsoft word? spell check find replace grammar check formatting check
Answers: 1
question
Computers and Technology, 23.06.2019 00:20
The open systems interconnection (osi) reference model: defines standards for many aspects of computing and communications within a network. is a generic description for how computers use multiple layers of protocol rules to communicate across a network. defines standards for wireless local area network (wlan) communication protocols. details the advantages and disadvantages of various basic network cabling options.
Answers: 1
You know the right answer?
An ironman race consists of a 2.4 mile swim, a 112 mile bike ride, and a 26.2 mile run. Have the use...
Questions
question
Mathematics, 27.03.2020 07:44
question
Biology, 27.03.2020 07:52
question
Mathematics, 27.03.2020 07:53
question
Mathematics, 27.03.2020 07:54
Questions on the website: 13722362