View Single Post
java i want to have count down 10 to 1 and on t 8 i
(#1 (permalink))
Old
Nr O is Offline
Private
Points: 196, Level: 2 Points: 196, Level: 2 Points: 196, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Nr O is an unknown quantity at this point
 
 
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
java i want to have count down 10 to 1 and on t 8 i - December 12th, 2007

wan to say hello and then for to carry on after that ?? class hello{

public static void main(String[] args){

System.out.println("Space Shuttle Count Down Start") ;{


for(int i=10; i>0; i--){
if ( i==8){

System.out.print("hello");


System.out.println (i + "... ");
}}}}}

Revenue Shared Ads