https://github.com/dbc2201/sumofarrayelements
https://github.com/dbc2201/sumofarrayelements
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbc2201/sumofarrayelements
- Owner: dbc2201
- Created: 2022-07-10T19:18:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T19:18:25.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T08:39:27.684Z (over 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sum of Array Elements
## Java Programming Course
---
**Course 2**: Introduction to Programming in Java
**Sprint 1**: Working with Single-Dimensional Arrays
---
Problem Statement
---
Write a program to sum all the elements of an array of integers.
---
Task
---
1. Open the [source code file](src/main/java/io/github/dbc/Adder.java) and complete the code.
2. Open the [test case file](src/test/java/io/github/dbc/AdderTest.java) and run the test cases to
check your code.
---
Fun Resource
---