Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Course Learning Outcomes Evaluated in this Assignment Develop the programming requirements of a simple, written business problem and design an appropriate computer algorithm to
Course Learning Outcomes Evaluated in this Assignment Develop the programming requirements of a simple, written business problem and design an appropriate computer algorithm to solve the problem. Instructions The program to be designed represents a simple registration system, where the user must supply their name, email address and phone number. Each piece of information is asked for, one at a time, during the process. After the information is provided, the program asks for data confirmation. If confirmed, then the program records the data. If not confirmed, the program asks if the user wants to enter the data again, or if the program should end. Develop a flowchart to describe the process involved in the registration system: A welcome screen is presented The user is asked for their name - If a name is not entered, the user is asked again - - - - - Once a valid name is entered, the user is asked for an email address If the email address is invalid, the user is asked to enter it again If the email address is valid, the user is asked for a phone number If the phone number is invalid, the user is asked to enter it again If the phone number is valid, the use is presented with the details entered, and asked to confirm the data If confirmed, the data is stored, the user is thanked for registering and the program ends If not confirmed, the user is asked if they wanted to re-enter the data, or end the program If the user wants to re-enter, then the program goes through the steps of data entry again, as per the previous description If the user wants to end, the program thanks the user and the program ends
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