Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, October 29, 2015

Codecademy > Learn Java > If-Else Statement Sample Solution


public class IfElse {
public static void main(String[] args) {

if (7 < 7) {

System.out.println("Try again...");

} else {

System.out.println("Success!");

}

}
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts