here are the questions
A. Write a BASIC program to find the area of 5,000 triangles with white background and blue characters given that the code for white is 7and the code for blue is 1.
B. Identify the errors in the program below
cls
Rem program to find the area of a triangle
print a
color 5,6
A=L*b
Input 5,L,b,a
End.
Please after identifying the error re-write the program correctly
2007-01-04
06:46:54
·
1 answers
·
asked by
rollyben
1
in
Computers & Internet
➔ Programming & Design