Question: This lab requires you to create a flowchart for the blood drive program in Lab 7.1. Use an application such as Raptor or Visio. Step




This lab requires you to create a flowchart for the blood drive program in Lab 7.1. Use an application such as Raptor or Visio. Step 1: Start Raptor and save your document as Lab 7-3. Therap file extension will be added automatically Step 2: Start by adding a comment box with the necessary variables. Step 3: Add your loop to run multiple times and your module calls in the main module. Step 4: Add the getPintsmodule in main. Go to the getPints0 module and add the following inside the module . Add an assignment statement that sets counter to 1. Remember, counter has to be set to one because Raptor arrays must start at 1, not 0 . Add a loop that runs as long as counter is less than 7. Remember, this should be written as counter>7 because if yes, then the loop ends. Add an input statement that asks the user to enter number of pints, storing the answer in the array. The input should be entered as below . Add an assignment statement that will increment counter by 1 Enter Input Enter Prompt Here Iext Enter pints collectecd Enter Vatiable Here Examples Coins Board[3,3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
