Computer Science, asked by jamunarameshblr, 2 months ago

Write the expression in QBASIC to multiply the numbers 12 and 5

answer it fast​

Answers

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