Home

My Resume

KalinBooks.com

Programming Examples

These are not compiled programs but are otherwise complete. If you don't have a development environment, you can still look at the code in a text editor.

This page contains programs I've done for school. There's nothing fancy here, but at least you can see how organized and well commented my code is.

 

Java

Average - Calculates the average of a set of numbers.

Circle - Calculates the attributes of a circle, given two points.

Maturity - Calculates the amount of a certificate of deposit on maturity.

Paycheck - Collects name and income and calculates taxes.

Sum - Retrieves integers from a file and sums the odd and even.


Visual Basic

Gas Mileage - Calculates gas mileage.

Student Scores - Provides various search options on a list of students and scores.