Java Programming A bakery company provides a bonus of a new bakery product package for customers who buy at least 10 breads in the company anniversary award which will be celebrated in the next three months. To get the bonus, the customer is given the opportunity three times to guess a number determined by the application from numbers 1 to 20. For each guess number given by the customer, the application will respond as follows: • If the guessed number is smaller than the lucky number, you will see the words "Bigger Number" • If the guessed number is greater than the lucky number, you will see the words "Smaller Number" • If the guessed number is the same as a lucky number, it will match the words "Congratulations ... you found a LUCKY number" As part of the company's IT team, you serve to create a lucky number guessing game console. A. Determine the inputs and outputs of the design program b. Draw a Flowchart of the program c. Write Coding to make the application d. Give Screen shoot the correct test results
Java
A bakery company provides a bonus of a new bakery product package for customers who buy at least 10 breads in the company anniversary award which will be celebrated in the next three months. To get the bonus, the customer is given the opportunity three times to guess a number determined by the application from numbers 1 to 20. For each guess number given by the customer, the application will respond as follows:
• If the guessed number is smaller than the lucky number, you will see the words "Bigger Number"
• If the guessed number is greater than the lucky number, you will see the words "Smaller Number"
• If the guessed number is the same as a lucky number, it will match the words "Congratulations ... you found a LUCKY number"
As part of the company's IT team, you serve to create a lucky number guessing game console.
A. Determine the inputs and outputs of the design program
b. Draw a Flowchart of the program
c. Write Coding to make the application
d. Give Screen shoot the correct test results
Step by step
Solved in 2 steps with 2 images