Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I want any program that includes all what's up in the pic please (PYTHON) just need any code that would have whats mentioned in the
I want any program that includes all what's up in the pic please (PYTHON)
just need any code that would have whats mentioned in the pic like the if loop statements
1 All items are mandatory N N Titles: 1. for all Inputs to be displayed 2. for outputs to be displayed 3. for all individual numbers and information to be displayed The following must be used: 1. Loop statement 2. If statement 3. Random Number 4. Input command 5. Average 6. Summation or accumulation total [adding numbers together] 7. Modules ONLY [def command] 8. Main has only Module names in it, as in assignment #6 9. Place 3 spaces in between each module prints (' ' = one space at the end of the line) 10. Example: print(summ, ' ', ' ') this equals 2 spaces 11. Documentation in general, AND of ALL Modules is mandatory. You must describe what each module is executing and other data, for example "global variables", etc. You must create a Flowchart with boxes Connectors, & Arrows: 1. Modules must be defined on a separate page using connectors. 2. Main Module should only have Module names on the first page of the flowchart. Module Names: [any other name will be a loss of points] 1. Main = modules only in here 2. LOPP = loop statement 3. IFF = if statement 4. AVERG = average calculation 5. SUMM = adding up numbers 6. HEADER = header data 7. FOOTER = footer data 8. EOFF = eof message data You will create your own: 1. Loop statement 2. If statement 3. Input data [asking for a number from the user] 4. Create your own random code 5. When you sum the data and average it, this will complete the Average and Summation requirements. As you can see, you are free to develop your own code and logic, therefore don't make it too difficult. And do not copy code from the book or notes. 5 6 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started