Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Department of Engineering Technology Information Technology (IT). Each program has a specific flow-chart that outlines a list of core courses and elective courses a

The Department of Engineering Technology Information Technology (IT).

Each program has a specific flow-chart that outlines a list of core courses and elective courses a student has to take to graduate with a Bachelor of Science degree in that particular program. Each Programs flow-chart is divided into four years: Freshman, sophomore, Junior, and Senior. A student must take a specified number of credit hours in each year. All students must complete a minimum of 128 credit hours of course work to graduate.

Write a java program that implements the flow-chart of one of the five programs offered by IT department. The java program must list the course number and name of all courses and the associated credit hours, for example IT 1200 Object Oriented Programming and Data Structures 3 hours. This applies to both core courses and electives.

The program should prompt a student to enter all the courses taken. Then the program should return a message that displays the total number of credit hours completed, the total number of credit hours missing, and the list of classes that need to be taken. If a student has completed all required course work, the program should return a congratulatory message.

Your code must list all classes in the flow-chart in each category. For example, in IT, you should have the following categories: EET CSET, ENGT, ENGL, PHY, MATH, Communications, Professional Development Electives, Humanities, Social Sciences, and so on.

A sample run of your code could look like this: What is the total number of IT courses you have taken? Then the user enters the number. After that the user lists all those courses. The program then tells the user, you have x IT credit hours remaining.

The same goes for other category of classes. Finally, the code displays to the student the total number of credit hours left, a list of classes and the respective credit hours left for each class. Otherwise the code displays a congratulatory message.

Note that I am using NOTEPAD++, please write/copy the output after you completed writing this code.

image text in transcribed

FRESHMAN CSET 1100 16 troduction to CSET [4] ENGT 3050 17 Fundamentals of Electricity 41 SOPHOMORE 16 CSET 1200 16 GUI Programming JUNIOR CSET 3200 Client Server 16 Computing Technical Professional 16 Development Elective SENIOR Technical Professional 16 Development Elective Natural Science 128 Semester Hours Total Information Technology Flow Chart Full Time (Effective Fall 2013) MATH 1730 ENGT 1000 ECON 1150 Calculus w/ ENGL 1110 ntroduction to pplications to Macr English ineering mposition 31 Business & Technology [1] Finance 15] ENGL 2950 ECON 1200 Natural Science Social Science Science & Microeconomics Elective with Lab Technical Report Elective 131 Writing [3] ITEC-2100 Small Computer anagement 13] BUAD -2050 Humanities CSET 2200 Communications Acct for Bus. PC & Industrial Elective 131 Decisions [3] Elective 131 etworks [4] BUAD 3050 INFS 3770 CSET 3100 ENGT 3010 nformation Database Applied Statistics Advanced Web Technology Management Site Design 131 and DOE Management 13 Systems 131 Technical/ CSET-3300 CSET 3250 NFS-4300 Professional Database-Driven Client Side Dist. Sys. & Web Development Scripting [3] Web sites [4] Development 131 Elective 13 CSET 4750 BUAD 3030 CSET 4150 CSET 4100 Computer Managerial & Server Side Web Server & Data Behavior Communications Programmi ng 131 Administration 13 Processes ENGT -4050 BUAD 3020 CSET 4250 Technical/ Principles of Mfg Applied Professional & Service Systems INFS 4510 Development ramming Languages 131 Elective [3] ENGT 2000 Professional Development (optional) [1 August, 2013

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Demystifying Databases A Hands On Guide For Database Management

Authors: Shiva Sukula

1st Edition

8170005345, 978-8170005346

More Books

Students also viewed these Databases questions

Question

3. What might you have done differently

Answered: 1 week ago

Question

4. Did you rethink your decision?

Answered: 1 week ago