Computer Science, asked by afsheenbasith, 20 days ago

Write a QBASIC program to input 2 numbers and display square and cube of the smaller number.
pls answer this☝

Answers

Answered by srutisriman
0

Answer:

x=2

y=5

square=x*x

cube=x*x*x

Similar questions