Function Main
Declare Real base
Declare Real height
Declare Real Area
Declare Real Perimeter
Output "Enter value of base:"
Input base
Output "Enter height: "
Input height
Assign Area = (base * height)
Output "The Area is: " &Area
Assign Perimeter = (base + height) * 2
Output "The Perimeter is: " &Perimeter
End
I am Md. Anisur Rahman. I have completed Cyber Security for MSCSE at United International University in 2022.I have completed PGDIT from IIT, Jahangirnagar University in 2020. I'm a Head of IT at Programming24 School.
View all posts by Md. Anisur Rahman