Question: LOTTO - Programming Logic and Design Programming Logic and Design, Comprehensive Program Life Cycle (Industry way) 1. Analyzing the problem 2. Design the Flowchart logic
LOTTO - Programming Logic and Design

Programming Logic and Design, Comprehensive
Program Life Cycle (Industry way) 1. Analyzing the problem 2. Design the Flowchart logic 3. Write the Code 4. Test and debug the program
Your assignment will allow you to apply your knowledge of logic syntax, understanding a program problem, and its development cycle,
This PROBLEM is based on concepts for Data, Modules, and Designing a Program, and If statements.
Write a Simple Sequence program using only step #1 & #2 of the Program Development Life Cycle (Analyze the problem and Design Flowchart) to solve the following problem.
The user must pick three numbers.
Display the picked numbers using a format shown below. The # represents one of the three numbers.
Only submit step #1 - Analyze the problem and step #2 - Flowchart.
Bonus points will be given for all four steps based upon no errors on step #2.
Step #1:
State the problem as given
List the variables ......... and the description of the variable
Identify the Data File
Step #2:
Use a minimum of three modules
Declare all variables
user must enter there three numbers
Test the user input to see if the numbers are winning numbers (i.e. use the IF statement)
Write appropriate message for winning and losing.
Do not use a loop,
When drawing the ball symbols, just treat the image as being drawn line-by-line. Example:
|* *| Line #1| _ | Line #2
This is a simple square robot happy face being displayed on screen or on a paper, then you will code the following
Write "| * * |"Write "| --- |"



Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
