Write a simple BASIC program that
a) Computes the area of a rectangle
b) Computes the sum of 10 integers
4. Rewrite the following algebraic expressions as BASIC arithmetic expressions

a) b÷c
b) b+cd
c) a=b×c
d) a(b-c)2÷d+2
e) b2 -4ac÷2