A lottery ticket buyer purchases 10 tickets a week

profileTopsolutions
 (Not rated)
 (Not rated)
Chat

A lottery ticket buyer purchases 10 tickets a week, always playing the same 10 5-digit "lucky" combinations. Write a C++ program that initializes and array or a vector with these numbers and then lets the player enter this week's winning 5-digit number. The program should perform a BINARY search through the list of the player's numbers and report whether or not one of the tickets is a winner this week. Here are the numbers:
13579 26791 26792 33445 55555
62483 77777 79422 85647 93121

    • 12 years ago
    Complete Solution
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      lotterytype.cpp