Write a complete C++ program that asks the user to input two floating-point numbers (i.e., base, perimeter ). There is a function namedside that accepts two floating-point numbers as a parameter and returns one value of type float. The function calculates and returns the side of theparallelogram if the base and perimeter are positive otherwise this function will return zero. Then your C++ program will allow the user to input two float values to pass them on theside function. Then the program will display the value return from this function. (Hint: side of theparallelogram is .
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here