Question: c++ Sort high to low by grade using the select Sort alphabetically by names by select (overload if you can) Use the bubble sort from
c++
Sort high to low by grade using the select
Sort alphabetically by names by select (overload if you can)
Use the bubble sort from low to high
Special: Write a program to:
create 207 number from 20 to 35 and put them into the array called Numbers
Count how many of each there were and print the counts out
Print as:
There were 5 of 25 etc(Pause)
Find their average and print it
Sort them using either a selection or bubble sort
Print the original and then the sort array with 9 numbers per line
Find the medium number(The middle number on the sorted list)
Find the mode(the number with the highest count (frequency)
Make a bar graph of the counts
Look it up for formulas, for ec, find the variance and standard deviation
Print to a file, send me the text file, the print a hard copy of the text file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
