Home /
Expert Answers /
Computer Science /
assignment-1-create-a-raptor-program-that-has-the-user-enter-two-numbers-have-the-program-determ-pa765
(Solved): Assignment: 1. Create a Raptor program that has the user enter two numbers. Have the program determ ...
Assignment: 1. Create a Raptor program that has the user enter two numbers. Have the program determine if the first number is lower than the second, equal to the second or greater than the second. Output to the user the results. Save your file using the naming format of LASTNAME_M03. Turn in your file by clicking on the Start Here button in the upper right corner of your screen. 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 they will help for logic to be better. Header comments should include the following: . Name of the Raptor program Author of the Raptor program The version of the Raptor program and the date of its last revision Summary/goal of the Raptor program Variables used with a short description of the variable, as well as the format of the data (e.g. datatype) . . .