2. Write a program that: (Use logical operators || && to combine two condition checks in one if
statement)
Asks the user to enter an integer that is greater than 0 and less than 20
If the entered number is not within the range the program keeps on asking for a valid number
Otherwise the program prints a table converting miles to kilometers from 1 to the user entered
number
Ex:
Enter an integer that is greater than 0 and less than 20: 22
Enter an integer that is greater than 0 and less than 20: 10
(Note: You can use tab ‘\t’ to line up nicely)