Question: Please only Raptor flowchat. I know python cord. thanks Create a flowchart using Raptor that allow the user to enter any number of positive and
Please only Raptor flowchat. I know python cord. thanks
Create a flowchart using Raptor that allow the user to enter any number of positive and negative integers values and display the number of positive values entered as well as the number of negative values entered. The flowchart stops when the user enters 0.
Test the flowchart. Make sure that it prompts for the input, computes and displays the result as specified.
The Raptor flowchart should prompt for user input and display results as given in the sample interactions below.
2.1 Sample Interaction
Enter an integer: 3 Enter an integer: 2 Enter an integer: -3 Enter an integer: 1 Enter an integer: 0 Number of positives 3 Number of negatives 1
Enter an integer: 2 Enter an integer: 3 Enter an integer: 0 Number of positives 2 Number of negatives 0
Enter an integer: -3 Enter an integer: -2 Enter an integer: 0 Number of positives 0 Number of negatives 2
Enter an integer: 0 Number of positives 0 Number of negatives 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
