Hello, I need help with this Assessment. I cannot get the code to compile correctly. Below you will see the Assessment

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Hello, I need help with this Assessment. I cannot get the code to compile correctly. Below you will see the Assessment

Post by answerhappygod »

Hello,
I need help with this Assessment. I cannot get the code tocompile correctly. Below you will see the Assessment requirementsand what the outcome should look like.:
In this assessment, you design and code a Java consoleapplication that reads a text file containing course informationand prints out this information to the screen. The application willraise an exception if it encounters problems reading the textfile.
Your program output should look like the sample output providedin the "Read from a Text File and Handle Exceptions Instructions"course file. Complete instructions and requiredtemplates are included in the Resources.
Your assignment will be scored on the following criteria:
Below is how the output is supposed to look
Hello I Need Help With This Assessment I Cannot Get The Code To Compile Correctly Below You Will See The Assessment 1
Hello I Need Help With This Assessment I Cannot Get The Code To Compile Correctly Below You Will See The Assessment 1 (92.62 KiB) Viewed 35 times
Hello I Need Help With This Assessment I Cannot Get The Code To Compile Correctly Below You Will See The Assessment 2
Hello I Need Help With This Assessment I Cannot Get The Code To Compile Correctly Below You Will See The Assessment 2 (42.83 KiB) Viewed 35 times
Reading From a Text File and Handling Exceptions In this assessment, you will design and code a Java console application that reads a text file containing course information and prints out this information to the screen. The application will raise an exception if it encounters problems reading the text file. The requirements of this application are as follows: The application is to read a text file called "courses.txt" that resides in the home folder of the NetBeans project. The "courses.txt" contains information that describes three courses. Each course is described by three fields separated by spaces on a line by themselves. The three fields that describe a course are: - Course code - Course credit hours - Course title The application is to read this text file and prints out its content on the screen for each course. If the application encounters an error, it should raise an exception, prints out an error message, and then exits the program. Use these three lines to populate the "course.txt" file: - IT2249 6 Introduction to Programming with Java - IT2230 3 Introduction to Database Systems - IT4789 3 Mobile Cloud Computing Application Development Successful completion of this assignment will show the correct content of the "courses.txt" printed out when the application is run. Your program output should look like this sample output:
Follow these steps to complete this assignment: 1. Create a NetBeans Java console application project called "U2A1_ReadTextFileHandleExcep". 2. Develop the application to meet the stated requirements. 3. Compile and test your application using the provided input data. 4. Make sure to document the result of your testing by taking screenshots of the result of running your application similar to the provided sample output. One screenshot is required for this assignment. 5. Explain the approach you took to complete this assignment and the major decisions you made.
- IT4789 3 Mobile Cloud Computing Application Development Successful completion of this assignment will show the correct content of the "courses.txt" printed out when the application is run. Your program output should look like this sample output:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply