Skip to content

divyeshmodhvadiya/C_Console-Based_Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ฑ Currency Converter in C

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.


๐ŸŒ Supported Currencies

  • ๐Ÿ‡ฎ๐Ÿ‡ณ India (INR)
  • ๐Ÿ‡บ๐Ÿ‡ธ USA (USD)
  • ๐Ÿ‡ฉ๐Ÿ‡ช Germany (EUR)
  • ๐Ÿ‡ฌ๐Ÿ‡ง UK (GBP)
  • ๐Ÿ‡ฏ๐Ÿ‡ต Japan (JPY)

โœจ Features

  • ๐Ÿ”ค 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

๐Ÿ› ๏ธ Technologies & Libraries

  • Programming Language: C
  • Libraries: stdio.h, string.h, ctype.h

โ–ถ๏ธ How to Run

  • Save the source code as currency_converter.c
  • Compile using GCC:
    gcc currency_converter.c -o currency_converter
    
    
    

๐Ÿ‘จโ€๐Ÿ’ป Author

Name: Divyesh Modhvadiya
Course: BCA
Programming Language Used: C


About

๐Ÿ’ฑ Currency Converter in C โ€“ A sleek console-based program that converts amounts between INR, USD, EUR, GBP, and JPY. Built with clean code, case-insensitive input, and robust validation, this project demonstrates real-world C programming concepts while being beginner-friendly and portfolio-ready.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages