answer in 1 hr
please answer all my last two questions and this
Attachments:
Answers
Answered by
4
Question 6:
a)
CLS
L = 25
B = 45
A = L*B
P = 2*(L+B)
PRINT "PERIMETER = ";P
PRINT "AREA = ";A
END
b)
CLS
P = 4500
R = 7
T = 5
SI = (P*R*T)/100
PRINT "SIMPLE INTEREST = ";SI
END
Similar questions