#2 C++ Program to Calculate the area of rectangle

 


In this Program, we have three variables l,b, and a for length, breadth, and area respectively. The user inputs the values for length, breadth then the product of length and breadth is stored in the area variable. Next, we have just printed the value of the area variable.




Post a Comment

0 Comments