For the following questions, you can use any structure you havelearned until now (While/Do-While/ for loops, if-statement,switch-case statement).
Question2: Find all prime numbers between 10 to 100.
hint: a prime number is a number that is divisible by 1 anditself. for example 3, 5, 7, 11, 13 are prime numbers because theyare only divisible by 1 and themselves.