1. Write a program that creates a variable named 'hello' and assign it the value 'world' in Java. Make sure to include "public class Main" and the main function. At the end, print out hello to the console.
Loading...