Computer Science, asked by Urvasithapa, 5 hours ago

Convert the following arithmatic expression into qbasic

expression

a. Lx^2/2

Answers

Answered by sahistaafreen05
0

Explanation:

Mathematical Expressions QBASIC Expressions

4 x 5 + 15 4 * 5 + 15

a + bc a + b * c

(ab + cd)/2 (a * b + c * d) / 2

pqr p * q * r

a2 + b3 + c4 a ^ 2 + b ^ 3 + c ^ 4

Answered by Quiff
0

Answer:

So, the answer is from qbasic. I am confident about the answer It's 28

Similar questions