Tutorial 2 Exercises
- Write a program that makes two doubles:
aandb. Put5.2inaand3.14inb. Then make a third doublecand set it equal toadivided byb. Print outcto the screen to see the result. - Make a program that creates a String variable
myStringand put your favorite phrase in the variable. Then print out the phrase by using the variable, so that the whole world can see what a cool phrase you picked!

