Computer Science, asked by dasashmita2008, 9 months ago

WAP in C++ to calculate area and perimeter of a rectangle. Input length and breadth.

Answers

Answered by rudrakshisukhwal
0

Answer:

MARK AS BRILLIANT PLZZZZ

Attachments:
Answered by kanchi2819
1

Calculate Area and Perimeter of Rectangle in C++

To understand below example, you have must knowledge of following C++ programming topics; Cin and Cout Function in C++ Here Cout<< Function in C++ are used for print output on screen and Cin>> function in C++ are used for get input from user.

Similar questions