Computer Science, asked by durgakumawat81031, 3 months ago

write a program to obtained. length and breadth of a rectangle and calculate its area​


durgakumawat81031: ap muze solve krke bata dijiye
atrs7391: l = int(input ("Enter the length"))
b = int(input ("Enter the breadth"))
print ("The area of the rectangle is: ",l*b)
durgakumawat81031: thanku so.muchh
atrs7391: welcome
atrs7391: Coding sahi mein kisi kisi ke liye hard hota hai, that's not a problem baad mein samajh mein aa jayega
durgakumawat81031: hann y shi kaha
atrs7391: well when I was at class 5 our school use to taught us Qbasic, jab mere ko kuch nahi ata tha
durgakumawat81031: ohkk theb
durgakumawat81031: thenn
atrs7391: jab mein 7 mein aya to computer mein fail hote hote bacha. Last moment mein papa ko kaha iss baar to gaya phir papa copy khole to unhone acche se samjha diya

Answers

Answered by kallam
1

Answer:

Area of a rectangle =2(l+b)

Answered by atrs7391
2

l = int(input ("Enter the length"))

b = int(input ("Enter the breadth"))

print ("The area of the rectangle is: ",l*b)

Similar questions