Hello, I need help with my code again. The steps below are the things I need in my code.
1. The computer should randomly pick a three digit lottery number ranging from 000 through 999.
2. Use a for loop to pick the single digit numbers, and concatenate them together to form a String.
3. Prompt the user to enter a thee digit number (000 through 999).
4. A number is winner if it matches the first two, the last two, or all three digits of the randomly chosen number.
5. Notify the user whether they won or lost.
How should I go about this code? I need to show that I can correctly use for loops. Any assistance would be great.