Loading

[NEW SOLN] CYBR 260 WEEK 2 PROGRAMMING ASSIGNMENT AVERAGE GRADES

[SOLVED] CYBR 260 WEEK 2 PROGRAMMING ASSIGNMENT AVERAGE GRADES: This week, you will write another program. This time, you will do the same thing twice.�

[SOLVED] CYBR 260 WEEK 2 PROGRAMMING ASSIGNMENT AVERAGE GRADES: First, take a set of 6 grades from a user and average them. Provide the average to the user. You need to check to make sure the grades are within the normal range. If the grade is less than 0 or more than 100, issue a warning to the user. You don’t need to take the grade again, just let the user know.�

[SOLVED] CYBR 260 WEEK 2 PROGRAMMING ASSIGNMENT AVERAGE GRADES: Second, ask the user how many grades they have. Ask for all the grades and again provide an average. Make sure to check that the grades are within the normal range as above and issue a warning to the user.�

For any function you use, use the following comment block as before the function to document it. 

# function: name

# purpose: 

# inputs: 

# returns:  

[SOLVED] CYBR 260 WEEK 2 PROGRAMMING ASSIGNMENT AVERAGE GRADES: Fill in the sections as necessary for what you are doing. Document your code as in your previous programming assignment, including the attribution block indicating your name, class, etc. Include text or screen captures indicating your program works.

Support