Write the expression in QBASIC to multiply the numbers 12 and 5
answer it fast
Answers
Answered by
0
Language:
QBasic
(Expression true for almost all programming languages)
Expression:
12*5
Additional:
- a*b : Binary operator and performs multiplication on two operands a and b.
- a/b: Binary operator preforms division on two operands a and b.
- a MOD b : Binary operator returns remainder when a is divided by b.
- a^b : Binary operator raises a to the power of b.
Similar questions
English,
1 month ago
Social Sciences,
1 month ago
Math,
2 months ago
Computer Science,
2 months ago
Chemistry,
8 months ago
Math,
8 months ago