1. Write a python program to test whether a number is even or odd? 2. Write a python program to find area and perimeter of a rectangle.
Hlo reeti are you there tell me batao please mujhe answer fast in this question ok
Answers
Answered by
1
Answer:
# Python Program to find Area of a Rectangle
width = float(input('Please Enter the Width of a Rectangle: '))
height = float(input('Please Enter the Height of a Rectangle: '))
# calculate the area
Area = width * height
# calculate the Perimeter
Perimeter = 2 * (width + height)
print("\n Area of a Rectangle is: %.2f" %Area)
print(" Perimeter of Rectangle is: %.2f" %Perimeter)
Answered by
2
Answer:
koi to mark as bariliyant karo..
Similar questions
Science,
2 days ago
History,
2 days ago
Computer Science,
2 days ago
Math,
4 days ago
Computer Science,
8 months ago
Science,
8 months ago
Math,
8 months ago