Write a function called mult() that accepts two floating-point numbers as
parameters, multiplies these two numbers, and displays the result.
b. Include the function written in Exercise 4a in a working program. Make sure your
function is called from main(). Test the function by passing various data to it.
Ещё видео!