2. write a program using while loop. you should ask a user to enter a number as an input and in each loop iteration, divide the number by 2, then print the numbers. while loop should repeat as long as the number each step is greater than or equal to 1. sample output with input: 30; 20.0;10.0; 5; 2.5;1.25;0.625