Computer Science, asked by paintinglavalamp, 4 months ago

Write a program whose inputs are three integers, and whose outputs are the largest of the three values and the smallest of the three values.

Ex: If the input is:

7 15 3
the output is:

largest: 15
smallest: 3
Your program must define and call the following two functions. The LargestNumber function should return the largest number of the three input values. The SmallestNumber function should return the smallest number of the three input values.
int LargestNumber(int num1, int num2, int num3)
int SmallestNumber(int num1, int num2, int num3)
In c++

Answers

Answered by sssjeevanvs
0

Answer:

g Science S A 1 Hindi Exam Answer script and smart ways I am Hemanth B this is my

Similar questions