Question: Description: To create a Visual BASIC program that attempts to shoot an arrow at a target: Arrow starts on the left; target is on the
Description:
To create a Visual BASIC program that attempts to shoot an arrow at a target:
- Arrow starts on the left; target is on the right
- 'W' and 'S' keys move the arrow up and down, respectively
- Spacebar "shoots" the arrow
- No gravity!
- Score is based on which target "ring" the arrow hits


Tasks:
- Design a method (algorithm) to solve this problem using pseudocode.
- Translate your algorithm into an appropriate Visual BASIC program and test it.
Transcribed image text
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
