Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C Program. A. Write a function that takes an array of ints, and the size of the array another int. It also returns a double.

C Program.

A. Write a function that takes an array of ints, and the size of the array another int. It also returns a double. Call this one average. Return a double that is the average of the values in the array. Demonstrate that it works by finding the average of an array with these values {78, 90, 56, 99, 88, 68, 92}

B. Write a function that takes one double parameter, and returns a char. The parameter represents a grade, and the char represents the corresponding letter grade. If you pass in 90, the char returned will be A. If you pass in 58.67, the char returned will be an F etc. Use the grading scheme on the syllabus for this course to decide what letter to return.

C. Write a function that takes 3 int arguments and returns the largest of the 3.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2017 For Windows Web And Database Applications

Authors: Corinne Hoisington

1st Edition

1337102113, 978-1337102117

More Books

Students also viewed these Databases questions