1. Write a Java program to declare two integer variables, one float variable, and one string variable and assign 10, 12.5, and "Java programming" to them respectively. Then display their values on the screen.
2. By using do while loop, write Java program to print the table of characters that are equivalent to the Ascii codes from 1 to 122.