Skip to content

pawtograder/example-assignment-java-handout

Repository files navigation

Example Assignment for Pawtograder, Java Edition

This is an example assignment for Pawtograder, Java Edition. It is a simple assignment that tests the student's ability to write a simple Java program.

Implementation Tasks

  1. Implement the doMath method in the Entrypoint class.
  2. Implement the getMessage method in the Entrypoint class.

Testing

The EntrypointTest class has some unit tests for the Entrypoint class. You can run these tests using ./gradlew test in the root directory of the project.

Implement tests for the doMath method in the EntrypointTest class. Be sure to consider "0" as a special case for both a and b.

Submission

You can submit your assignment by pushing your changes to the main branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages