https://github.com/dbc2201/numberadder
https://github.com/dbc2201/numberadder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbc2201/numberadder
- Owner: dbc2201
- Created: 2022-07-10T16:34:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T16:34:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T08:39:30.123Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Question Title
## Java Programming Course
---
**Course **:
**Sprint **:
---
Problem Statement
---
Write a program to add two numbers.
---
Task
---
1. Open the [source code file](src/main/java/io/github/dbc/NumberAdder.java) and complete the code.
2. Open the [test case file](src/test/java/io/github/dbc/NumberAdderTest.java) and run the test cases to
check your code.
---
Fun Resource
---