Écrivez le programme AJVA pour VHeck si Anumber est inférieur à 20 et supérieur à 5. Il génère l'exception hors de portée autrement. Si le nombre est dans la plage, il affiche le carré de ce nombre.

write a java program to check if number is less than 20 and greater than 5. It generates the exception out of range otherwise. If the number is within the range , then it displays the square of that number.
Sayan Mukherjee