Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question
Q Search the web..
Q *
f a
D
New Tab
https://ccbcmd-bb.blackboard x b My Questions | bartleby
D
CS220 / CS250 Laboratory #1
O https://ccbcmd-bb.blackboard x
C Write A Program That Will Rea x+
A https://ccbcmd-bb.blackboard.com/bbcswebdav/pid-10404035-dt-content-rid-47330823_1/courses/CSIT...
Sign in
...
--
A) Read aloud V Draw
F Highlight
O Erase
3
of 4
-
Part II: Reading a Data File
Review the program Warning.java that reads in a file of student academic credit data. Each line of the input file
will contain the student name (a single String with no spaces), the number of semester hours earned (an integer),
the total quality points earned (a double).
Here is the students.dat data file:
students.dat
Smith 27 83.7
Jones 21 28.35
Walker 96 182.4
Doe 60 150
Wood 100 400
Street 33 57.4
Taylor 83 190
Davis 110 198
Smart 75 292.5
Bird 84 168
Summers 52 83.2
The program should compute the GPA (grade point or quality point average) for each student (the total quality
points divided by the number of semester hours), and display the student name if the gpa is less than 2.0. The
file Warning.java contains a skeleton of the program. Do the following:
1. Add the code to calculate the gpa.
2. Display the name if the gpa is less than 2.0.
3. Test to ensure the output is accurate.
Add code to catch the following exceptions:
• A FileNotFoundException if the input file does not exist.
How will you test for this exception?
4.
A NumberFormatException if it can't parse an int or double when it tries to – this indicates an error
in the input file format.
How will you test for this error?
Display the record number in error.
2:19 PM
P Type here to search
Bb
Address
W
11/14/2020
expand button
Transcribed Image Text:Q Search the web.. Q * f a D New Tab https://ccbcmd-bb.blackboard x b My Questions | bartleby D CS220 / CS250 Laboratory #1 O https://ccbcmd-bb.blackboard x C Write A Program That Will Rea x+ A https://ccbcmd-bb.blackboard.com/bbcswebdav/pid-10404035-dt-content-rid-47330823_1/courses/CSIT... Sign in ... -- A) Read aloud V Draw F Highlight O Erase 3 of 4 - Part II: Reading a Data File Review the program Warning.java that reads in a file of student academic credit data. Each line of the input file will contain the student name (a single String with no spaces), the number of semester hours earned (an integer), the total quality points earned (a double). Here is the students.dat data file: students.dat Smith 27 83.7 Jones 21 28.35 Walker 96 182.4 Doe 60 150 Wood 100 400 Street 33 57.4 Taylor 83 190 Davis 110 198 Smart 75 292.5 Bird 84 168 Summers 52 83.2 The program should compute the GPA (grade point or quality point average) for each student (the total quality points divided by the number of semester hours), and display the student name if the gpa is less than 2.0. The file Warning.java contains a skeleton of the program. Do the following: 1. Add the code to calculate the gpa. 2. Display the name if the gpa is less than 2.0. 3. Test to ensure the output is accurate. Add code to catch the following exceptions: • A FileNotFoundException if the input file does not exist. How will you test for this exception? 4. A NumberFormatException if it can't parse an int or double when it tries to – this indicates an error in the input file format. How will you test for this error? Display the record number in error. 2:19 PM P Type here to search Bb Address W 11/14/2020
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education