Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a program that will use pointers to determine the average ( to 1 decimal place ) of a series of grades entered into an
Create a program that will use pointers to determine the average to decimal place of a series of grades entered into an array. You can assume a maximum of students and the user will end input with a sentinel value. Make sure to use pointer increment and a pointer comparison while loop, and not array notation or array index numbers or offsets.
You will use a function called getgrades. Send the array name a pointer constant to the function and accept it as a pointer variable you can now use the pointer to increment through the array without having to move over index number spots
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started