QBasic.. hard...

liunx

Guest
Chapter 9: Arrays and Searching and Sorting<br /><br />Level 2, Problem 3<br />Due Date: Tuesday, April 29, 2008<br /><br />Level 2, Problem 3 (Klingon Prisoners)<br /><br />TASK<br /><br />Create a flowchart for a program that allows the user to enter the name, ship, and prison cell number for prisoners in the Klingon prison colony. The data should be stored in three parallel arrays, and the arrays should be alphabetized by prisoner name. The user should be able to display information about a particular prisoner when his or her name is entered.<br /><br />Use QBasic to write a program that allows the user to enter the name, ship, and prison cell number for prisoners in the Klingon prison colony. The data should be stored in three parallel arrays, and the arrays should be alphabetized by prisoner name. The user should be able to display information about a particular prisoner when his or her name is entered.<br />Your program should include the following:<br /><br />绋
 
Back
Top