Beanshell Comments
Go to Marquette Home
Introduction to Computer Programming
Replace the <text> with the appropriate description. Do not include the <> brackets.

Comment header

/**
* <Description of the program> * References: <With whom you discussed this assignment and what resources you used.> *
* @author <name>
* @version <Created: date, Modified: date - description>
*/

Inline comments

// <inline comment>