Question: Write a Main module (main program) that inputs two numbers from the user, calls the Average() function of Exercise 41 to find the mean of

Write a Main module (main program) that inputs two numbers from the user, calls the Average() function of Exercise 41 to find the mean of these numbers, and displays the result.


Data from Exercise 41

Write a function

Function Average(Num1,Num2) As Float that finds the mean, (Num1 + Num2)/2, of the numbers Num1 and Num2.

Step by Step Solution

3.52 Rating (182 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Main Declare X As Float Declare Y As Float Write Ente... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Prelude to Programming Questions!