These files are uploaded as *.txt file types. You will need to change them to the appropriate extension before compiling. All were written by Nannette Thacker. C source code -- .c extension shapealg.c An algorithm for finding the area and the perimeter (where applicable) of a circle, rectangle, square, sphere and cube. resistor.c In the field of Electronics, a device by name resistor is often used to increase or decrease the flow of current. The resistance of a resistor is considered to be an important value that has to be determined while an electronic circuit is designed. The resistors are coded with colored bands through which you can find their values. This application takes three values input by the user, converts the character values to a number, returns the color strings and the converted number. loan.c Loan Program: User inserts borrowed amount, annual interest rate, monthly payment amount. Returns monthly payment of interest, how much toward principal, balance owned on principal at end of month. Oracle & SQL source code -- .sql extension ora_ex1.sql Simple Oracle program to create tables, fill in values, run SQL, and drop tables. ora_ex2.sql This file demonstrates the use of Triggers. ora_ex3.sql This file demonstrates how to create Procedures and a Sequence generator. ora_ex4.sql This file demonstrates the use of Procedures and Triggers. ora_ex5.sql This file demonstrates the use of Forms, Triggers, Procedures, etc. Here is a screen shot of the form: |