August 26, 2020

Menu based program

Write a menu based program implementing the following functions: (0) Write a function called displayMenu that does not take any parameters, but returns an integer representing […]
August 20, 2020

Array Shifter and Array Reversal

Array Shifter and Array Reversal Write a function that accepts an array of doubles and the arrays size as arguments. Thefunction should create a new array […]
August 20, 2020

Array Shifter and Array Reversal

Array Shifter and Array Reversal Write a function that accepts an array of doubles and the arrays size as arguments. Thefunction should create a new array […]
August 20, 2020

Rainfall Stats

Write a program that lets the user enter the total rainfall for each of 12 months into an array of doubles. The program should calculate and […]