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

https://github.com/dbc2201/powerofanumberrecursive


https://github.com/dbc2201/powerofanumberrecursive

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Power of a Number (Recursive)

## Java Programming Course

---

**Course 1**: Problem-Solving and Computational Thinking using Java

**Sprint 7**: Implementing Recursion

---

Problem Statement
---

Write a program in Java that takes a number as the input and prints the power of that number recursively.

---

Task
---

1. Open the [source code file](src/main/java/io/github/dbc/) and complete the code.
2. Open the [test case file](src/test/java/io/github/dbc/) and run the test cases to
check your code.

---

Fun Resource
---