subaerial logo (13K)


Home
Musical

Professional

Technological


reverential

Jesus


I am currently studying the C++ programming language. The following are some programs that I have written in response to the programming exercises listed in the book "Practical C++ Programming" by Steve Oualline, published by O'Reilly Media, Inc. Though these are exercises from the book, which dictated what the programs should do, the code has been written entirely by me from scratch. You will find an .exe file which may be executed along with a text file showing the code that was used.

Here is a program that computes the number of quarters, dimes, nickels, and pennies needed for a given amount that is less than $1.00:
change.exe
change.txt

Here is a program that computes whether or not a given year is a leap year:
leapyear.exe
leapyear.txt

Here is a program that calculates an employee's weekly pay when given the hours worked and the hourly wage:
weeklypay.exe
weeklypay.txt