Computer Science, asked by daskoyel2009gmailcom, 6 days ago

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 yadnesh22march
3

Answer:

this question is so hard

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