Computer Science, asked by Anonymous, 11 days ago

answer in 1 hr
please answer all my last two questions and this ​

Attachments:

Answers

Answered by atrs7391
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