Question
CIST 1305 Unit 02 Drop Box Assignment General Instructions You will create one .vls file. ONLY ONE FILE will be turned in for the assignment.
CIST 1305 Unit 02 Drop Box Assignment General Instructions You will create one ".vls" file. ONLY ONE FILE will be turned in for the assignment. If you make a mistake and need to turn in your work again, you may do so. Only the grade of the latest file you turn in with count. The older ones will be ignored. Once you have your ".vls" file saved, drop it in the Unit 02 drop box on our Blackboard web site. This lab assignment is designed to give you some practice using if statements in a flowchart. You might want to sketch out your flowchart on paper before doing it in Visual Logic. Be sure to review the Visual Logic documentation before attempting this lab. The Assignment The Romance World Cruise Line provides special gifts and celebrations for passengers who are newlyweds as well as for couples who have been married for more than 40 years. Design a VLS flowchart for a program that accepts: a couples last name ship cabin number number of years married. After accepting the data the program always prints it back out as shown below, with a possible additional message. If the years married is one year or less the message is "Please send the Newlywed Gift Package to cabin nnn", where "nnn" is the cabin number. If the number of years married is 40 or more the message is "Please send the Deluxe Anniversary Package to cabin nnn". If the number of years married is not one or less, or 40 or more, then print no additional message. Please use the Console for input and output (click the "More >>" button in the Visual Logic dialog box that is used to create your input or output parallelogram, then then click the Input Type "Console" radio button). A sample run of the program will look something like this: Enter couples last name: Taylor Enter ships cabin number: 125 Enter number of years married: .5 Passengers Taylor are assigned cabin 125. Please send the Newlywed Gift Package to cabin 125. What to Turn In Name your .vls file "Unit02_Lab_.vls". So Tom Swifts file would be named Unit02_Lab_tswift.vls You can drop your ".vls" file in the Blackboard drop box for this unit. Please do not zip up the file. Grading Rubric How your answer will be graded Correct input statement(s) 12 pts, 30.00% Correct processing statement(s) 16 pts, 40.00% Correct output statement(s) 12 pts, 30.00%
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started