Based from the given scenarios, create a program (flowchart or actual source code) that applies to what was described. 1. Suppose you know that every employee in your organization has a seven-digit ID number used for logging on to the computer system. A loop would be useful to guess every combination of seven digits in an ID. Are there any circumstances in which you should try to guess another employee’s ID number? 2. Consider the structure of a class roster for a university course. It contains a row for each student enrolled in the course. What might the array used to produce this report look like? Discuss the elements that would be needed in this structure.
Instruction:
Based from the given scenarios, create a program (flowchart or actual source code) that applies to what was described.
1. Suppose you know that every employee in your organization has a seven-digit ID number used for logging on to the computer system. A loop would be useful to guess every combination of seven digits in an ID. Are there any circumstances in which you should try to guess another employee’s ID number?
2. Consider the structure of a class roster for a university course. It contains a row for each student enrolled in the course. What might the array used to produce this report look like? Discuss the elements that would be needed in this structure.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images