https://github.com/dbc2201/celsiustofahrenheitconverter
https://github.com/dbc2201/celsiustofahrenheitconverter
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbc2201/celsiustofahrenheitconverter
- Owner: dbc2201
- Created: 2022-06-16T18:46:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T16:47:11.000Z (about 4 years ago)
- Last Synced: 2025-10-23T19:45:30.601Z (9 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))