Skip to content

Maddy-afk/Note-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Currency Note Counter

This is a simple C++ project.

It takes an amount from the user and calculates the number of:

  • 100 notes
  • 50 notes
  • 20 notes
  • 1 notes

required for that amount.

Concepts Used

  • functions
  • switch-case
  • arithmetic operators
  • modulus
  • user input/output

Language

C++

About

A simple C++ program that calculates the minimum number of 100, 50, 20, and 1 notes required for a given amount using switch-case statements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages