Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

8.4 (1%) Write a program that checks if all the input numbers cover 1 to 99. Each ticket for the Pick-10 lotto has 10

image

8.4 (1%) Write a program that checks if all the input numbers cover 1 to 99. Each ticket for the Pick-10 lotto has 10 unique numbers ranging from 1 to 99. Suppose you buy a lot of tickets and like to have them cover all numbers from 1 to 99. Write a program that reads the ticket numbers from a file and checks whether all numbers are covered. Assume the last ending number in the file is 0. Suppose the file contains the numbers 80 3 87 62 30 90 10 21 46 27 12 40 839 39 88 95 59 20 37 80 40 87 67 31 90 11 24 56 77 11 48 51 42 8 74 1 41 36 53 52 82 16 72 19 30 44 56 29 33 54 64 99 14 23 22 94 79 55 2 60 86 34 4 31 63 84 89 7 18 43 93 97 45 25 38 28 26 85 49 47 65 57 67 73 69 32 71 24 66 92 98 96 77 6 75 17 61 58 13 35 81 18 15 5 68 91 50 76 0 Your program should display The tickets cover all numbers Suppose the file contains the numbers 11 48 51 42 8 74 1 41 36 53 52 82 16 72 19 70 44 56 29 33 0 Your program should display The tickets don't cover all numbers

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Matlab An Introduction with Applications

Authors: Amos Gilat

5th edition

1118629868, 978-1118801802, 1118801806, 978-1118629864

More Books

Students also viewed these Programming questions

Question

2. Experiment with peer editing.

Answered: 1 week ago