Write a Main module (main program) that inputs two numbers from the user, calls the Average() function

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 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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Prelude To Programming

ISBN: 9780133741636

6th Edition

Authors: Stewart Venit, Elizabeth Drake

Question Posted: