Write a function definition that accepts two floating point…
Write a function definition that accepts two floating point values from the calling program (arguments) that represent the length and width of a rectangle and print to the screen the area of the rectangle. This function does not return a value. The function should be named print_area.
Read Details