ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 26 May 2017 My Price 8.00

LOOKS LIKE#include

Please fix this code. I have tried my absolute hardest but I can not get the selection  of 3 - to find the time of the skiers. Only Heidi's name is present and when I enter the name it tells me the name is not found. I have attached my code and what the output is supposed to look like and what mine looks like.

 

 

WHAT OUTPUT SHOULD LOOK LIKEWHAT MY OUTPUT LOOKS LIKE#include<iostream>#include<string>#include<iomanip>usingnamespacestd;doubleFastestSkier (double[],string[],int);// Fastest Skier FunctiondoubleAverageTime (double[],int);// Finding Average Time FunctionintSpecifcTime (double[],string[],int);// Finding Time based on Name FunctionintNameAndTime (double[],string[],int);// Listing All Skiers and their Timesintmain(){constintsize = 5.0;// 5 Arraysdoubletime [size] = {2.03,2.40,1.85,1.90,2.50};// Assigning Array Timesstringname [size] = {"Leela","Sarah","Anna","Keesha","Heidi"};// AssigningArray Namesintselect;±or(intcount=1;; count++){cout <<"Enter 1 to determine the ±astest Skier ";cout <<endl;cout <<"Enter 2 to calculate the average time ";cout <<endl;cout <<"Enter 3 to fnd the time o± a Skier ";// Menu ±orinputcout <<endl;cout <<"Enter 4 to display the list o± Skiers ";cout <<endl;cout <<"To exit enter any other number ";cout <<endl;cin >> select;// I± input is greater than 4 program will terminatei±(select > 4)break;switch(select){case1:FastestSkier (time,name, size - 1);break;

Attachments:

Answers

(11)
Status NEW Posted 26 May 2017 01:05 AM My Price 8.00

-----------

Attachments

file 1495763140-Solutions file 2.docx preview (51 words )
H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly -----------onl-----------ine----------- an-----------d g-----------ive----------- yo-----------u e-----------xac-----------t f-----------ile----------- an-----------d t-----------he -----------sam-----------e f-----------ile----------- is----------- al-----------so -----------sen-----------t t-----------o y-----------our----------- em-----------ail----------- th-----------at -----------is -----------reg-----------ist-----------ere-----------d o-----------n -----------THI-----------S W-----------EBS-----------ITE-----------. ----------- Th-----------ank----------- yo-----------u -----------
Not Rated(0)