Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The sample input and output files tinyin and {{tinyout }} are a good starting point for testing your program but they are far from exhaustive.
You are responsible for testing your own program. Since your class containing main is called Student , the terminal command

...

will take input from file infile and direct output to file outfile . If you omit > {{ outfile}} , output will appear in the standard output stream.

...