An open API service indexing awesome lists of open source software.

https://github.com/dbc2201/sumofarrayelements


https://github.com/dbc2201/sumofarrayelements

Last synced: about 1 year ago
JSON representation

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
---