Codelab Question
Codelab Question
You are in a maths test, your teacher gives you a problem to write all the
alternate prime numbers between 100 and 120. Write a program to solve the problem.
In a Magic show, they make a special entry and exit system. At the time of entry
they give you a integer number (n) and at the time of exit, you have to enter
nth prime number (1st prime number is 2). Write a program for everyone which finds
the nth prime number, so that everyone can exit successfully.
Q13. Pico is on a top secret mission, To get a secret file which Mr. Bull has
locked in a Briefcase. To open the briefcase, Pico need a 3 digit pass key.
There are certain random equation written. On solving it, you will get the pass
key.
Equations are:
x+y+z = 9
x+z = 5
y+z = 7