Write a flowgorithm with a nested loop the performs the following:  Write an outside loop that keeps the program running until told to stop by user input  Write an inside loop that generates a specific quantity of random numbers between 1 and 500, the user determines how many numbers will be generated o Inside loop ask how many random numbers to generate o The flowgorithm random number generator supplies the required random numbers o Write the logic to determine if each number is even or odd (DO NOT display each number generated) modulo division?? o Total the count of the even and odd numbers generated, not the sum o After generating the required numbers display the total even and odd numbers o Ask if another set of random numbers is needed

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Write a flowgorithm with a nested loop the performs the following:
 Write an outside loop that keeps the program running until told to stop by user
input
 Write an inside loop that generates a specific quantity of random numbers
between 1 and 500, the user determines how many numbers will be generated
o Inside loop ask how many random numbers to generate
o The flowgorithm random number generator supplies the required random
numbers
o Write the logic to determine if each number is even or odd (DO NOT
display each number generated) modulo division??
o Total the count of the even and odd numbers generated, not the sum
o After generating the required numbers display the total even and odd
numbers
o Ask if another set of random numbers is needed

 

I need a FLOWCHART not a PSEUDOCODE.

### Introduction to Flowgorithm

#### Overview
Flowgorithm is a simple and easy-to-use graphical authoring tool for creating programs using flowcharts. This educational software is an excellent way to visually understand program flow, debug algorithms, and teach programming concepts with minimal syntax concerns.

#### Screenshot Explanation
The screenshot above shows the main interface of Flowgorithm, a flowchart-based codec for visual programming.

**Toolbar Explanation:**
The toolbar at the top contains several useful tools:

- **File Operations:** Icons for creating a new file, opening an existing file, saving the current file, and printing.
- **Program Control:** Play (run the flowchart), pause, and stop controls.
- **View Controls:** Options to zoom in, zoom out, and fit the flowchart to the screen.
- **Flowchart Elements:** Icons to add flowchart elements like processes, inputs, outputs, and loops.
- **Debugging Tools:** Options for debugging, such as step controls and breakpoints.

**Flowchart Elements:**
1. **Main:** This is the start of the flowchart and the main entry point of the program.
2. **End:** The terminator element that signifies the end of the program.

#### Basic Flowchart Structure

In the provided screenshot, the flowchart shows a very basic program structure with only two blocks: "Main" and "End." 

- **Main Block** - This is the starting point of the flowchart. All programs in Flowgorithm start here. 
- **End Block** - This signifies the end of the flowchart and the program. 

#### Creating Your First Flowchart

To create a simple program in Flowgorithm:

1. **Start with the Main block**: Add any initial setup or instructions here.
2. **Add Flowchart Elements**: Use process blocks to write down instructions, input blocks to get user inputs, decision blocks for conditions, and loop blocks for repetition.
3. **Connect the Elements**: Ensure that all blocks are connected correctly to follow the desired logic.
4. **End the Program**: Use the End block to complete your flowchart.

Flowgorithm is an excellent tool for beginners to get introduced to programming, logic building, and flowcharting concepts visually.
Transcribed Image Text:### Introduction to Flowgorithm #### Overview Flowgorithm is a simple and easy-to-use graphical authoring tool for creating programs using flowcharts. This educational software is an excellent way to visually understand program flow, debug algorithms, and teach programming concepts with minimal syntax concerns. #### Screenshot Explanation The screenshot above shows the main interface of Flowgorithm, a flowchart-based codec for visual programming. **Toolbar Explanation:** The toolbar at the top contains several useful tools: - **File Operations:** Icons for creating a new file, opening an existing file, saving the current file, and printing. - **Program Control:** Play (run the flowchart), pause, and stop controls. - **View Controls:** Options to zoom in, zoom out, and fit the flowchart to the screen. - **Flowchart Elements:** Icons to add flowchart elements like processes, inputs, outputs, and loops. - **Debugging Tools:** Options for debugging, such as step controls and breakpoints. **Flowchart Elements:** 1. **Main:** This is the start of the flowchart and the main entry point of the program. 2. **End:** The terminator element that signifies the end of the program. #### Basic Flowchart Structure In the provided screenshot, the flowchart shows a very basic program structure with only two blocks: "Main" and "End." - **Main Block** - This is the starting point of the flowchart. All programs in Flowgorithm start here. - **End Block** - This signifies the end of the flowchart and the program. #### Creating Your First Flowchart To create a simple program in Flowgorithm: 1. **Start with the Main block**: Add any initial setup or instructions here. 2. **Add Flowchart Elements**: Use process blocks to write down instructions, input blocks to get user inputs, decision blocks for conditions, and loop blocks for repetition. 3. **Connect the Elements**: Ensure that all blocks are connected correctly to follow the desired logic. 4. **End the Program**: Use the End block to complete your flowchart. Flowgorithm is an excellent tool for beginners to get introduced to programming, logic building, and flowcharting concepts visually.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Types of Loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education