Question: PROJECT DESCRIPTION 1. Design an algorithm to generate a 6-digit random number that works based on either the binary, octal or hexadecimal system. 2. Write
PROJECT DESCRIPTION 1. Design an algorithm to generate a 6-digit random number that works based on either the binary, octal or hexadecimal system. 2. Write a clear specification of the input to the algorithm and expected output. 3. Implement the algorithm in any programming language of your choice. 4. Explain how the algorithm works and state any limitations, if any. The explanation should include a brief overview of the process of generating a random number, the logic behind using either the binary, octal or hexadecimal system, and any potential issues or limitations that may arise during the implementation of the algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
