Week 4 Discussion: 1. Write a function with two arguments that computes a value based on the input parameters and returns the result, e.g. compute Volume (r, h). Write a main program that prompts the user for two numeric values, calls the function with two input values as argument and displays the result it returns. [ā¦]
Week 4 Discussion: 1. Write a function with two arguments that computes a value based on the input parameters and returns the result, e.g. compute Volume (r, h). Write a main program that prompts the