Welcome to HTML
You will need this for assignments.
#include <system.h>
β Ω ω
≤ ≠ &plusminus; ±
- – — " stuff " or “ more stuff ”
/** * The HelloWorldApp class implements an application that * simply prints "Hello World!" to standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.format("Hello Dayton! "+16); // Display the string. } }