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

https://github.com/dbc2201/celsiustofahrenheitconverter


https://github.com/dbc2201/celsiustofahrenheitconverter

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

# Temperature Converter

## Java Programming Course

---

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

**Sprint**: Write a simple `Java` program to convert Celsius to Fahrenheit and Fahrenheit to Celsius.

---

Problem Statement
---

Complete the method in the source code file.

---

Task
---

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

---

Resource
---

[How to Convert Celsius (°C) to Fahrenheit (°F)](https://www.wikihow.com/Convert-Celsius-(%C2%B0C)-to-Fahrenheit-(%C2%B0F))