Computer Science, asked by shiwakotichandika, 8 months ago

Convert the following algebric expressions into QBASIC expression:3x+6y

Answers

Answered by gauravarduino
0

Explanation:

strings usually consist of names or address or cities such as "Computer", "Baghdad". Again Variables in QBASIC division into two types: 1. Numeric Variables: the variables used to represent numbers are the letters of the alphabet . these may followed by a digit or letter.

Answered by AskewTronics
0

(result=3*x+6*y) is a expression, in which x and y are variables :

Explanation:

  • The above question wants to write the expression for the "3x+6y", where the x and y are the variables and the user needs to put the value of x and y.
  • So the multiplication sign is put on the expression for the multiplication and the result will be stored on the result variable which is also needed to declare.

Learn More :

  • Q-Basic : https://brainly.in/question/2343849
Similar questions