-
-
Save Sadin/505597f2ca9c88509c3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class PowerBall { | |
public static void main(String[] args) { | |
// int lottery[]; | |
for ( int i = 10; i>= 1; i-- ) { | |
System.out.println( i ); | |
} | |
System.out.println("Blast off!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment