Computer Science, asked by Raj3170, 2 months ago

Write a QBASIC program to find area and perimeter of a square with sides 10.

Answers

Answered by Sara2951
4

Answer:

Cls

Input" Enter the number" ;n

Let square= n^2

Print" The area of square=" ;Square

End

Similar questions