Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 939 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 939 Bytes

Temperature Control Simulation

Overview

This repository contains a simple C++ program that simulates a temperature control system. It's designed as an educational tool to demonstrate basic programming concepts in C++, including loops, conditional statements, user input, and function usage.

How to Use

To run the program, simply compile the C++ code and execute the resulting binary. The program will prompt you to input outside and inside temperatures and will simulate a heating system based on these inputs.

Contribution and Use

Feel free to remix, hack, copy, or redistribute this code for learning purposes. Contributions to enhance or extend the functionality are also welcome. If you have any suggestions or improvements, please feel free to submit a pull request or open an issue.

License

This project is open source and available under the MIT License. For more details, see the LICENSE file in this repository.