Computer Science, asked by manaswinitanujakota, 3 days ago

write Qbasic statement to store the name john in variable called x

Answers

Answered by officialclanthunder
0

Answer:

Here is the Qbasic Statement:

x$ = "John"

Similar questions