Skip to content

In collaboration with 5 team members of engineers, we solved three problems using C programming.

Notifications You must be signed in to change notification settings

icejan/C-end-term-project

Repository files navigation

C End-Term Project

Table of Contents

Introduction

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.

Technologies

The project is created with:

  • C Programming Language
  • Geany

(back to top)

Installation

Clone the repo:

git clone https://github.com/icejan/C-end-term-project.git

(back to top)

Usage

Intravenous Rates Calculator

The program prompts for the rate options, drop rate and tubing factor to calculate several different intravenous rates. Example is shown below.

Intravenous Rates Calculator Output

Binary Search Algorithm

The program helps search for a target in an array. Example is shown below.

Binary Search Algorithm Output

Resistor Color Bands Calculator

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.

Resistor Color Bands Calculator Output

(back to top)

Features

Intravenous Rates Calculator

  • 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

(back to top)

Credits

  • João Paulo Dos Santos Cruz
  • Kevin Pham
  • Josstina Beshay
  • Julibeb Hussain

About

In collaboration with 5 team members of engineers, we solved three problems using C programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages