Question: Create a Flowgorithm flowchart program called Project 0 4 . fprg that asked the end user to enter two integers between 0 and 9 9

Create a Flowgorithm flowchart program called Project04.fprg that asked the end user to enter two integers between 0 and 99. The program will reject any entries that are outside this range. You are to determine which of these two integers is the minimum and which is the maximum for the range by using decision (if/then/else) statements. Then, the program will then generate three random integers within that range (between the minimum and maximum, inclusive). Heres the Flowgorithm code to generate one of the three random integers:randomInteger1= minimum +(Random(maximum - minimum)+1)The program will then sort these randomly generated integers in ascending order using decision statements and output them to the console in ascending order on separate lines. Heres the pseudocode: if randomInteger1> randomInteger2, then swap the values. Then, if randomInteger2> randomInteger3, swap the values. Then, if randomInteger1> randomInteger2, swap the values. You will need to declare a hold variable to hold one of these integers while you swap the values. Print out each random integer and whether it is even or odd. You can use modulus (or remainder) operator to determine if it is odd or even. For example, if randomInteger1%2=0 is true, then it would be even, else it would be odd. Finally, calculate the sum, difference (randomInteger1-randomIinteger2-randomInteger3), product, and quotient (integer1/ integer2/ integer3) of the three random integers and put them to the console.
Create a Flowgorithm flowchart program called

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 Programming Questions!