lab challenge
Java Challenge: TDD Sphere Volume Calculator
Difficulty: Beginner
Duration: Up to 1 hour
Students: 337
Rating: 3/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.
Description
Using Test Driven Development (TDD) practices, complete a partially provided Java11 solution, being guided by a set of given JUnit5 tests. Specifically, you must complete the implementation of a static method that calculates the volume of a sphere for a given radius, ensuring that the solution passes the provided set of JUnit5 tests.
Prerequisites
- Knowledge of Java 11 and JUnit
Intended audience
- Beginner Java developers
What will be assessed
- Your ability to perform TDD - complete a Java implementation guided by provided unit tests
Covered topics
Mission
Java Challenge