// p 21 ex. 3 // Use print () and prinln() to write some text to the console // The console can be sued to display a variable, confirm an event, // or check incoming data from an external device print("Have you found my lost hamburger"); int x2 = 500; int y2 = 100; println(x2 + " : " + y2);