O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
l=float(input("Enter length")) w=float(input("Enter width")) h=float(input("Enter height:")) area_parallelogram=l*h peri_parallalogram=2*l+2*w print ("The area of the parallelogram is", area_parallelogram) print(" The perimeter of the parallelogram is", peri_parallalogram)
▶ Run Code
🖥 Output: