(a) State two BASIC programming keywords. (b) Write the following equations in BASIC format: (i) I = PRT/100: (ii) Y= AX\(_2\) +BX+C; (iii) Y= MX + C (c) Wr...

Question 1 Report

(a) State two BASIC programming keywords.

(b) Write the following equations in BASIC format:

(i) I = PRT/100: (ii) Y= AX\(_2\) +BX+C; (iii) Y= MX + C

(c) Write a BASIC program that accepts mass and volume of a liquid as input from the User.

The program should compute.and display the density of the liquid. Density = mass volume