-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
🌟 Hello Future Developers!
Challenge: Develop a C program that calculates simple interest based on user-provided values for principal amount, rate of interest, and time. This task will test your understanding of basic arithmetic operations and user input processing.
Instructions:
- Fork this repository.
- Create a new branch.
- Write a C program that takes input for principal amount, rate of interest, and time (in years), and calculates and displays the simple interest.
- Ensure the program handles decimal inputs correctly and provides clear output.
- Commit your changes and submit a pull request.
Bonus: Implement error handling for invalid inputs to provide user-friendly error messages.
Happy Coding! 🚀
Note: This beginner-friendly issue is a great way to practice basic arithmetic operations and user input validation in C!
Reactions are currently unavailable