A key generator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

A key generator

Take for example I have a software which asks for recovery key.It can be any number between 99999 and 10000.I want a program which checks all the numbers from 99999-10000 and find the correct key.

28th Sep 2017, 3:36 PM
Napster
Napster - avatar
1 Answer
+ 3
Breakdown: * Take the user input 2) * Compare the input with the numbers 10000-99999 using a loop * Repeat step in 2), until the program finds the number
28th Sep 2017, 4:49 PM
Rrestoring faith
Rrestoring faith - avatar