Question: In this assignment, you will again use the software Raptor to create algorithms and see them run. Create a Raptor program. For a list of

In this assignment, you will again use the software Raptor to create algorithms and see them run.
Create a Raptor program. For a list of numbers entered by the user and terminated by 0. Write a Raptor program to find the sum of ALL the positive numbers and the
sum of ALL the negative numbers.
The Raptor program will contain a loop that will run as long as the number entered by the user is not 0. If the entered number is not 0, the program will determine if
the number is positive or negative and add the value of the number into an accumulator variable. When the user enters 0, the program will exit the loop and output the
values for the positive and negative accumulator variables.
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 header and step comments will be required. Step comments are encouraged as it will help for logic to be better understood. 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
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)
 In this assignment, you will again use the software Raptor to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!