Write a program that will simulate the NJ Cash 5 lottery. The purpose of this exercise is to demonstrate a knowledge of Loops, branching (if statements) use of the random method, append, data entry/exiting the program and flowcharting. The program must pick 5 numbers from 1 to 38 - No duplicates allowed The numbers will be selected one at a time. It must print these numbers side by side (do not print the list as a list) on one line under the heading "These are the cash 5 numbers." You will need to "import random" at the beginning of your code. Each randomly selected number shall be stored in a list. No number should repeat in the list. After selecting the 5 numbers, ask the user if they want to play again and allow them to do so. This will require nested loops and lists (arrays). The outer loop should randomly select the the number between 1 and 38. It should then append that number to the empty list. (aNumbers.append(randomNumber). The inner loop should check each element in the list. Since the length of the list will grow, the loop should iterate to the length of the list. Provide Flowchart
Write a program that will simulate the NJ Cash 5 lottery. The purpose of this exercise is to demonstrate a knowledge of Loops, branching (if statements) use of the random method, append, data entry/exiting the program and flowcharting. The program must pick 5 numbers from 1 to 38 - No duplicates allowed The numbers will be selected one at a time. It must print these numbers side by side (do not print the list as a list) on one line under the heading "These are the cash 5 numbers." You will need to "import random" at the beginning of your code. Each randomly selected number shall be stored in a list. No number should repeat in the list. After selecting the 5 numbers, ask the user if they want to play again and allow them to do so. This will require nested loops and lists (arrays). The outer loop should randomly select the the number between 1 and 38. It should then append that number to the empty list. (aNumbers.append(randomNumber). The inner loop should check each element in the list. Since the length of the list will grow, the loop should iterate to the length of the list. Provide Flowchart
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Write a program that will simulate the NJ Cash 5 lottery.
The purpose of this exercise is to demonstrate a knowledge of Loops, branching (if statements) use of the random method, append, data entry/exiting the program and flowcharting.
- The program must pick 5 numbers from 1 to 38 - No duplicates allowed
- The numbers will be selected one at a time.
- It must print these numbers side by side (do not print the list as a list) on one line under the heading "These are the cash 5 numbers."
- You will need to "import random" at the beginning of your code.
- Each randomly selected number shall be stored in a list.
- No number should repeat in the list.
- After selecting the 5 numbers, ask the user if they want to play again and allow them to do so.
- This will require nested loops and lists (arrays).
- The outer loop should randomly select the the number between 1 and 38.
- It should then append that number to the empty list. (aNumbers.append(randomNumber).
- The inner loop should check each element in the list. Since the length of the list will grow, the loop should iterate to the length of the list.
Provide Flowchart (.pdf)
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY