Question
COBOL Programming Write a program for the Pass-Em State College bursar to compute for each semester the tuition for each student. If a student is
COBOL Programming
Write a program for the Pass-Em State College bursar to compute for each semester the tuition for each student. If a student is taking 12 credits or less, the tuition is $525 per credit. If a student is taking more than 12 credits, the total tuition is $6300. The formats of the input and output disk files are:
Input: Disk File
1-20: Student name
21-22: Number of credits
23-80: Not used
Output: Print File
1-20: Student name
41-42: Number of credits
63-66: Tuition
Write a program for the Pass-Em State College bursar to compute for each semester the tuition for each student in Part 1 by assuming that Student Name (20 characters) and Number of Credits (2 characters) are keyed in as input for each student and that the Tuition for the student is displayed as output.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started