Chemistry, asked by bhagwatsinghtalan, 2 months ago

Write BASIC-256 programe to accept two numbers from user and find its addiction, subtraction and multiplication. Answer fastly​

Answers

Answered by meherbhat209
0

INPUT   "Enter first number " , A

INPUT "Enter second number " , B

PRINT A + " + "  + B + " = " +(A + B)

PRINT A + " - "  + B + " = " (A - B)

PRINT A + " X "  + B + " = " + (A * B)

PRINT A + " / "  + B + " = " + (A / B)

give me da crown pls

Similar questions