Question
Programming Logic and Design Your assignment is based on concepts for Modules, If statements and loops. Use all four steps of the PDLC (Analyze the
Programming Logic and Design
Your assignment is based on concepts for Modules, If statements and loops. Use all four steps of the PDLC (Analyze the problem, Develop the flowchart, Write the code, and Test & Debug).
The Problem:
Design a program for the Hollywood Movie Rating Guide Company that employ the usage of modules, accumulator, counter variable, loop(s), and data validation concepts.
The user should be able to enter a value from 1 to 4 to indicate the number of stars they are awarding to the Guide's featured movie of the week.
Use a sential value to indicate when the program will stop by allowing the user to use a negative number to quit. Also, calculate the average of the ratings.
Display appropriate messages so the user clearly understands how to input the information and what was the rating average.
Program Life Cycle (Industry way) - Analyzing the problem - Design the Flowchart logic Write the Code - Test and debug the program Program Life Cycle (Industry way) - Analyzing the problem - Design the Flowchart logic Write the Code - Test and debug the program
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