Computer Studies

Correct the following expression:

A*B = AB + CD

QBASIC: Constants & Variables

6 Likes

Answer

AB = A * B + C * D

Answered By

2 Likes


Related Questions