Thread
:
java i want to have count down 10 to 1 and on t 8 i
View Single Post
(#
3
(
permalink
))
Connor
is
Offline
Private
Posts:
1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date:
Sep 2007
December 12th, 2007
public static void main(String[] args){
System.out.println("Space Shuttle Count Down Start") ;{
while (int i=10; i>0; i--){
System.out.println(int)
if ( i==8){
System.out.print("hello");
}}}
Connor
View Public Profile
Send a private message to Connor
Find all posts by Connor