Testing Knowledge

Run Settings
LanguageJava
Language Version
Run Command
/* *This is a program to test my knowledge of programming *If it works it will print out two phrases */ public class TestKnowledge { public static void main(String[] args) { //set variable for each phrase and give it a value String Phrase ="I did it!"; String phrase ="I really did it!"; //print out the phrases with the variables set System.out.println(Phrase); System.out.println (phrase); } }
Editor Settings
Theme
Key bindings
Full width
Lines