Programming Assignment 0:  Hello, World

/******************************************************************************
 *  Describe whatever help, if any, that you received on this assignment.
 *     - Include help from individuals including course staff, lab TAs,
 *           classmates, friends,  external sources, etc. Attribute them
 *           by name; specify the nature of the help; and include the date(s)   
 *           on which you received help.
 *     - Do not include course materials (such as the lectures, precepts,
 *           book site, and textbook).
 *     - Write "none" if you did not receive any help.
 *
 *  Here is an example:
 *
 *      9/10/24 Alan Turing (lab TA)
 *      Helped me cast the result of Math.round() to an int.
 *
 *      9/11/24 Grace Hopper (faculty)
 *      Explained how to use the StdAudio library.
 *
 *      9/11/24 AP Computer Science Notes (High school, 2024)
 *      Reviewed using for-each loop for accessing elements in an array.
 *
 ******************************************************************************/


[write the dates and help received here]


/******************************************************************************
 *  Write and sign the following student acknowledgment of original work.
 *  For your signature, type /s/, followed by your name.
 *  Here is an example:
 *
 *      This programming assignment represents my own work in accordance
 *      with University regulations.  /s/ Ada Lovelace
 ******************************************************************************/

[write and sign the pledge here]

