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

 

tmhscs@gmail.com fundamentals > logic_nameIsCool
prev  |  next  |  chance

logic_nameIsCool- write a method that takes in a name and adds the phrase "is cool" onto the end. Example if name was passed with "Monroe", it would output "Monroe is cool"


logic_nameIsCool("Monroe") → "Monroe is cool"
logic_nameIsCool("Guidry") → "Guidry is cool"
logic_nameIsCool("Tomball") → "Tomball is cool"

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

public String logic_nameIsCool(String name){ }

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