Reference no: EM13772217
Create a program that will display a menu to the user. The choices should be as follows:
1) 1) Enter 5 student grades
2) Show student average (with the 5 grades)
3) Save grades (save the 5 grades only to the file)
4) Load grades (read 5 grades from a file)
5) Exit
Use a switch statement for the menu selection and have it pick the appropriate function for the menu choices. Each option should be implemented in its own function. Initialize the grades randomly between 0-100. So if the user select show student average as their first choice, there will be some random grades in the list already.
Function1 : Ask the user for 5 grades and place them into 5 variables that should be passed in as parameters, validate that the grades are in the range between 0-100 (use a loop).
Function2: Calculate the average of the 5 grades passed in and display the average with 1 decimal place and also display the letter grade.
Average
Letter Grade
90 - 100-A
80 - 89-B
70 - 79-C
60 - 69-D
Below 60-F
Function3: Write the 5 grades to a file called "myGrades.txt" Make sure to include an if statement in case the file is not able to be opened and give an appropriate error message.
Function4: Read 5 grades from a file called "myGrades.txt". Make sure to include an if statement in case the file does not exist and give an appropriate error message.
Write an essay about martin luther king junior
: Write an essay about Martin Luther King Junior.
|
Create a simple text editor that has one large rich text box
: Complete the following programming exercise (SIMPLE TEXT EDITOR WITH ONE LARGE RICH TEXT BOX). You will use the OpenFileDialog, StreamReader and StreamWriter objects; the Close, Peek, ReadLine, ShowDialog and WriteLine methods.
|
Critique a human resource article which study staffing
: Critique a human resource article which study Staffing (recruting and selecting employees, managing employee seperations, downsizing, and outplacement) The critique must contain the following: -A brief introduction of the article -A statement of the ..
|
General population perceives storm watches and warnings
: Over the past century, tornado deaths in the U.S. have been declining significantly. Have the number of observed tornadoes gone down as well? Is there any relationship between these two variables? What does this tell us about cause-and-effect rela..
|
Calculate the average of the 5 grades passed and display
: Calculate the average of the 5 grades passed in and display the average with 1 decimal place and also display the letter grade.
|
What do you feel was the intent of the court
: Please explain the plain view doctrine as it would apply to police searches of vehicles. What do you feel was the intent of the court when they created this doctrine
|
Higher interest rates more capital invested
: Using the four scenarios, discuss each and choose periods when each scenario has occurred in the U. S. or other countries: a. higher interest rates, more capital invested b. lower interest rates, less capital invested c. lower interest rates, more ca..
|
Analyze the usefulness of the ideas of justice
: Based on your research and the discussions so far, analyze the usefulness of the ideas of justice in lowering recidivism. Is restorative justice useful in lowering the rate of recidivism? For which types of crimes and offenders is it most useful
|
Four phases of demographic transition
: Describe the 4 phases of demographic transition, including if the population is stable, growing, or declining in each.According to demographers, what factors lead to a decline in the crude birth rates (CBR) and crude death rates (CDR) in the epidem..
|