Write a c++ program that will allow a user to input a length and…
Question Answered step-by-step Write a c++ program that will allow a user to input a length and… Write a c++ program that will allow a user to input a length and width of a rectangle. Once entered, calculate the area and perimeter of the rectangle. Then output the LENGTH, WIDTH, PERIMETER, and AREA. Make sure you label your outputted values. Use functions to accomplish this (a function to input the data, a function to calculate the data and a function to output the data. Declare your variable as local variables. Create a function to input the data, calculate the area and perimeter and print the results. Computer Science Engineering & Technology C++ Programming CSCI 1933 Share QuestionEmailCopy link Comments (0)


