write the following program in Liberty basic . Write a program to input a number and print the twice and cube of the number
Answers
Answered by
3
Answer:
this question is so hard
Answered by
0
Answer: INPUT A =2
TW=A*2
CU=A*A*
PRINT TW
PRINT CU
END
Explanation: THIS IS THE PROGRAM YOU CAN DO IN LIBERTY BASIC.
and wha?t is twice
Similar questions