write a program to asign to number and some of that number
Answers
Answered by
1
Answer:
let the two numbers be 43 and 57
so the program for adding these numbers in QBASIC is as follows -
CLS
A = 43
B = 57
PRINT "The sum of" A "and" B "is" A + B
END
when you will execute this program, the result will be as follows -
The sum of 43 and 57 is 100.
Answered by
1
Answer:
program to print a given number in words. The program ... int len = strlen (num ); // Get number of digits in given number.
Similar questions