Jimmy's First Coding Problem


Submit solution

Points: 1
Time limit: 1.0s
Memory limit: 256M

Authors:
Problem type
Allowed languages
Java

Oh no! Tradjedy has struck. At the start of the year, Jimmy's ICS teacher gave him an assignment to write a simple program that outputted Hello World to the console. But, because it was sooo easy, Jimmy's procrastinated for two whole weeks! At this rate, he might lose his 100% average and lose his chance at getting into his dream program Waterloo CS. It is now your job as coding club member to remind our president and save his bum.

Write a basic java program which prints Do your homework Jimmy! to the console in order to remind him of his long forgotten task.

Output Specifications

Do your homework Jimmy!

Note: Your output must match exactly what is shown down to each character---grammar mistakes included---otherwise Jimmy will forget what to do and punish you for your failures.


Comments

There are no comments at the moment.