WAP in C++ to calculate area and perimeter of a rectangle. Input length and breadth.
Answers
Answered by
0
Answer:
MARK AS BRILLIANT PLZZZZ
Attachments:
Answered by
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