These are a couple excersise programs for my programming languages class. In this example we learned the basics of the language, its roots, and explored the structured programming paradigm.
calc2000
A simple future-value calculator (prog-calc.cbl
)calcGPA
GPA calculator (prog-calcGPA.cbl
)stu1000
Creates a student list report taking file as input (prog-stu1000.cbl
)