id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

blastoff


Write a method that returns a String counting down from 10 to 1, followed by "Blastoff!". Numbers should be separated by spaces.


blastoff() → "10 9 8 7 6 5 4 3 2 1 Blastoff!"

...Save, Compile, Run (ctrl-enter)

public String blastoff() { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy