Skip to content
#

cash-register

Here are 42 public repositories matching this topic...

The Cash Register project is a web-based application that calculates and returns change to customers based on the price of an item, the amount of cash given, and the cash available in the drawer. It handles different scenarios such as insufficient funds, exact change, or when the drawer needs to provide change in a specific order.

  • Updated Aug 16, 2024
  • JavaScript

Here are the codes that I wrote while doing the "JavaScript Algorithms and Data Structures" course on FreeCodeCamp.com. Hope it will help you get through any problem you might face while solving the problems. PEACE :)

  • Updated Sep 14, 2023
  • JavaScript

Design a cash register drawer function checkCashRegister() that accepts purchase price as the first argument (price), payment as the second argument (cash), and cash-in-drawer (cid) as the third argument.

  • Updated Mar 20, 2023
  • JavaScript

Improve this page

Add a description, image, and links to the cash-register topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cash-register topic, visit your repo's landing page and select "manage topics."

Learn more