write single line Q Basic statement increase value of a variable by one and store it in the same variable
Answers
Answered by
2
Answer:
write single line Q Basic statement increase value of a variable by one and store it in the same variable
Explanation:
QBasic programs process data into meaningful results using Commands and Data. A constant is data that remains the same as the program runs (executes). Numeric constants are numbers included in a statement. You can assign the value stored in one variable to another variable
Similar questions