Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Q2. Write a C++ program that prompt the user to input 3 integers numbers and print the average and the maximum of the 3 numbers

image text in transcribed
Q2. Write a C++ program that prompt the user to input 3 integers numbers and print the average and the maximum of the 3 numbers using Two functions. 1. Function Average that takes 3 parameters as input and returns the average of 3 input numbers. 2. Function Max that takes 3 parameters as input and returns the maximum of 3 input numbers. Sample Output: Enter three numbers: 5 8 The Average of the three numbers is 5.66667 The maximum of the three numbers is 8

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions