This project solves three problems using C programming: intravenous rates calculator for hospitals, a binary search algorithm to help search numbers in large arrays and a resistor band calculator that returns the resistance value in ohms or kilo-ohms.
The project is created with:
- C Programming Language
- Geany
Clone the repo:
git clone https://github.com/icejan/C-end-term-project.git
The program prompts for the rate options, drop rate and tubing factor to calculate several different intravenous rates. Example is shown below.
The program helps search for a target in an array. Example is shown below.
The program prompts for the colors of Band 1, Band 2, and Band 3, and then displays the resistance in kilo-ohms. Example is shown below.
- prompts for the rate in ml/hr and the tubing's drop factor then displays intravenous rate in drops per minute.
- returns number of hours for 1 liter or rate in ml/hr..
- inputs rate in mg/kg/hr, patient's weight in kg, and concentration in mg/ml, rate in units/hr and concentration in units/ml
- João Paulo Dos Santos Cruz
- Kevin Pham
- Josstina Beshay
- Julibeb Hussain