Pls frnds help me with these question in qbasic programming.
1. Write basic statement to assign two values 400 and 200, reading a data list to the identifier L and W
2. Write a program to point the value of a box with dimension 3 by 4 by 6, print out the 3 side with the volume.

Recommended Answers

All 3 Replies

What have you coded so far?

What Ene said. We don't do your homework for you. Post code, errors, and problems. Then we may help you.

Maybe
A = 3
B = 4
C = 6
V = ABC
PRINT A; B; C; V

You have to multiply ABC, can't do it on my lousy iPad.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.