Question: Please demo this work on actual raptor program. I do not want raptor code. Please show the actual drawing in raptor file: Create a Raptor
Please demo this work on actual raptor program. I do not want raptor code. Please show the actual drawing in raptor file:
Create a Raptor program that accepts two numbers from the user and display one of the following messages: First is larger, Second is larger, or the Numbers are equal.
Use nested if statements to determine the output. Save your file using the naming format LASTNAMEFIRSTNAMEM Turn in your file by clicking on the Start
Here button in the upper right corner of your screen.
Create a second Raptor program that accepts three numbers from the user and displays a message if the sum of any two numbers equals the third. Save your file using
the naming format of LASTNAMEFIRSTNAMEM Turn in your file by clicking on the Start Here button in the upper right corner of your screen.
Use MODULAR Main Line Logic for every looping program. Then you will have a SINGLE simple and reliable method for all programs this semester.
Provide a HEADSUP in the first input prompt, NOT in an output statement. Prompt space is limited so be brief.
Give the SENTINEL in the first prompt at the very bottom of housekeeping
Repeat the SENTINEL at the very bottom of displayLoop.
If the first prompt is for a STRING, Use XXX or ZZZ as the SENTINEL.
If the first prompt is for a NUMBER, Use a negative number or or something similar as the SENTINEL.
ECHO INPUT LAVISHLY in further input statements. Remind the user.
If reading a text file, your sentinel will be EndOfInput in Raptor, else eof
In the output, LAVISHLY ECHO all the info you have. Tell the user everything. Remind the user.
Do not submit junk programs. Submit ELEGANT programs!
Documentation is very important for this course and in the field. For all Raptor and all programs, an expectation is that comments will be incorporated into all assignments.
For this assignment only the header comments will be required. Both header comments and step comments are encouraged as it will help for logic to be better. Header
comments should include the following:
Name of the Raptor program
Author of the Raptor program
Version of the Raptor program and the date of its last revision
Summarygoal of the Raptor program
Variables used with a short description of the variable, as well as the format of the data eg datatype
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
