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

 

tmhscs@gmail.com competition > HPCW2020_00_Watson
prev  |  next  |  chance

Watson, I Presume?
Problem 00
Worth 1 point

The sole purpose of this problem is to allow each team to submit a test program
to ensure the programs generated by their computer can be judged by our
judging system. Your task for this program is a variation on the classic "Hello
World!" program.

On this day in 1876, the United States Patent Office granted a patent for the
telephone to Alexander Graham Bell. In tribute, all you need to do is print to the
screen the first words ever transmitted by telephone: "Mr. Watson, come here!"

Output
"Mr. Watson, come here!"

(For CodingBat, return the answer instead of printing it)

HPCW2020_00_Watson() → "Mr. Watson, come here!"

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

public String HPCW2020_00_Watson() { }

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