You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains my implementations and practice exercises related to Data Structures and Algorithms. I have been learning from the Hex Coder Youtube Channel, and I've uploaded my code here for reference and sharing with the community.
This is a C Program which operates to mimic the basic functioning of an ATM. The aim of this project is to co-ordinate basic tools available in C to create a Program which is efficient, versatile and robust in terms of User-input Validation & Bug testing.
Passing information to and from functions. Iteratively develop a C/C++ program that allows a user to enter 3 resistor values and calculates and displays the series and parallel resistance.
In this programming assignment, you will be implementing a program that simulates a vending machine, i.e. the sale of items, coin counting and change giving. This vending machine will work as follows. A customer will first deposit an initial amount of money and then select an item from the vending machine. Your program must check that the custom…
🏛A C++ Object-Oriented E-Commerce Management System with customers, products, and orders. Features include registration, product catalog, and order tracking with modular .h and .cpp structure.