Welcome to the Currency Converter project!
A console-based application built in C programming that converts amounts between multiple international currencies.
This project demonstrates input validation, clean code structure, and beginner-friendly real-world programming.
- ๐ฎ๐ณ India (INR)
- ๐บ๐ธ USA (USD)
- ๐ฉ๐ช Germany (EUR)
- ๐ฌ๐ง UK (GBP)
- ๐ฏ๐ต Japan (JPY)
- ๐ค Case-insensitive country input
- โ Validates country name, amount, and choice
- ๐ซ Prevents conversion to the same currency
- ๐ Displays converted amount clearly
- ๐งฉ Clean, readable C code suitable for learning
- ๐ฏ Beginner-friendly real-world application
- Programming Language: C
- Libraries:
stdio.h,string.h,ctype.h
- Save the source code as
currency_converter.c - Compile using GCC:
gcc currency_converter.c -o currency_converter
Name: Divyesh Modhvadiya
Course: BCA
Programming Language Used: C