Special offer for new customers: 10% OFF your first order! Use coupon: FLEXclose

NumberAnalysis

Write a program that simulates a lottery.

    The program shall have an array of five integers named lottery and should generate a random number in the range of 0 through 9 for each element in the array.
    The user shall enter five digits, which are stored in an integer array named user.
    The program is to compare the corresponding elements in the two arrays and keep a count of the digits that match.
    For example, the following shows the lottery array and the user array with sample numbers stored in each. There are two matching digits (elements 2 and 4).
    lottery array:
    7     4     9     1     3
    user array:
    4     2     9     7     3
    The program shall display the random numbers stored in the lottery array and the number of matching digits. If all of the digits match, display a message proclaiming the user as a grand prize winner.

You can leave a response, or trackback from your own site.
Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes
error: Content is protected !!