Question
You have been hired by IBM Consulting firm to deploy a secure java program that asks/prompts the user if they would like to use your
You have been hired by IBM Consulting firm to deploy a secure java program that asks/prompts the user if they would like to use your program. If they say No, simply display a goodbye message. If they say Yes, then user is asked how many random numbers they would like and within a range of values. Your program should then determine if the random number generated within the specified range is divisible by 5 or not.
Program requirements:
You MUST use/call a VOID method named Welcome that has a welcome message that has your name, date, and description of your program.
You MUST use/call a VOID method named Goodbye that has a goodbye message that has a goodbye message if the use does not want to use your program.
You MUST use if/else or SWITCH logic to determine if the user would like to use your program.
You MUST uses a value returning method that is named after your name that returns the words Divisible by 5 or Not divisible by 5
Note to receive full credit you must have include your detailed Algorithm explaining your reasoning/logic.
You MUST submit the algorithm and code in text document. Read the instructions/requirements carefully!
Design, develop and deploy a secure java program that uses java methods (Pre-defined and/or User-defined) and parameters.
Your program should also handle exception where necessary using the java syntax include try/catch statements You MUST use concepts covered in our CTEC 120 class
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started