Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Chapter 8 Project Project Name: Chpt8_Project Class Name: Chpt8_Project Write a program that determines how many credits 10 students need to graduate. Step 1. Create

image text in transcribed

image text in transcribed

Chapter 8 Project Project Name: Chpt8_Project Class Name: Chpt8_Project Write a program that determines how many credits 10 students need to graduate. Step 1. Create an algorithm (either flowchart or pseudocode) that you will use to write the program. Place the algorithm in a Word document. Step 2. Code the program in Eclipse and ensure the following steps are accomplished. 1. Define a two-dimension array with 10 rows and 2 columns. 2. Prompt the user to enter the number of courses they have left to graduate (value must be between 1 and 20) and the year they want to graduate 3. The program must store the number of courses and graduation year for each student in a different row of the array. 4. The program must compute the number of credits, and display this output, along with the year the student plans to graduate. Each course is worth 3 credits. Step 3. Test your program using this data. Student 1, 8 courses and plans to graduate in 2018 Student 2, 10 courses and plans to graduate in 2019 Student 3, 15 courses and plans to graduate in 2020 Student 4, 5 courses and plans to graduate in 2019 Student 5, 20 courses and plans to graduate in 2021 Student 6, 7 courses and plans to graduate in 2019 Student 7, 9 courses and plans to graduate in 2020 Student 8, 3 courses and plans to graduate in 2018 Student 9, 7 courses and plans to graduate in 2018 Note: enter 22 first time by mistake to test Student 10, 18 courses and plans to graduate in 2021 Your output should look like the sample below. Use the Snip It tool in Windows or a similar tool on the Mac to cut and paste the Eclipse Console output window into the same Word document as the algorithm in Step 1

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

Principles Of Multimedia Database Systems

Authors: V.S. Subrahmanian

1st Edition

1558604669, 978-1558604667

More Books

Students also viewed these Databases questions

Question

Why does sin 2x + cos2x =1 ?

Answered: 1 week ago

Question

What are DNA and RNA and what is the difference between them?

Answered: 1 week ago

Question

Why do living creatures die? Can it be proved that they are reborn?

Answered: 1 week ago

Question

3. What strategies might you use?

Answered: 1 week ago