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

 

jebbert@volusia.k12.fl.us > test2020_10_29_APP1SLHL_makeGoal
prev  |  next  |  chance

Write a method that returns the input parameter 'str' with "...Gooooaaaal!" added to the end of the string.


test2020_10_29_APP1SLHL_makeGoal("Soccer") → "Soccer...Gooooaaaal!"
test2020_10_29_APP1SLHL_makeGoal("When will the soccer match come back on?") → "When will the soccer match come back on?...Gooooaaaal!"
test2020_10_29_APP1SLHL_makeGoal("Yoda is a great guy") → "Yoda is a great guy...Gooooaaaal!"

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

public String test2020_10_29_APP1SLHL_makeGoal(String str) { }

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

Difficulty: 280

Copyright Nick Parlante 2017 - privacy