Programming Lesson by Slidesgo
Programming Lesson by Slidesgo
Program in C++
Presented by:
Sadain Sikandar [BIT-23S-091]
Muhammad Asim [BIT-23S-069]
Introduction
• Conversion between four major currencies: PKR, USD, INR, and GBP.
• A straightforward and user-friendly interface.
• Efficient and accurate currency calculations.
Program Structure
• The main function, which handles user input and controls the flow of the
program.
• Separate conversion functions for each currency (PKR, USD, INR, GBP).
• A switch-case statement to execute the appropriate conversion based on user
choice.
Currencies Included:
In conclusion, our currency converter program offers a simple yet effective way
to convert between different currencies. This tool is useful for quick and accurate
currency conversion. In the future, we can expand the program to include more
currencies.
Thank You!