Skip to content

Instantly share code, notes, and snippets.

@jwatki
jwatki / mortgage repayment
Last active May 2, 2017 03:42
repayment plan
/*
Program: mortgage
Author: josh watkins
Lab Section: 09
Date: 11/9/13
Purpose: the program takes amount borrowed interest rate, and years for a loan and creates a sheet for the repayment plan for your loan
*/
@jwatki
jwatki / dice game
Last active May 2, 2017 03:42
a simple game of dice
/*
Program: dice game
Author: josh watkins
Lab section: 09
Date: 11/23/13
Purpose: the program is suppose to play a dice game.
*/
#include <iostream>
@jwatki
jwatki / airline seating
Last active May 2, 2017 03:42
allows users to select airline seating
/*
Program: airline
Author: josh watkins
Lab section: L09
Date: 12/2/13
Purpose: This is a program for the user to select airline tickets they wish to purchase and to update a chart, while keeping count of tickets sold
and the price of all tickets sold.
*/
#include <iostream>