Capella IT2249 2020 January Unit 10 Discussion Latest
IT2249 Introduction to Programming with Java
Unit 10 Discussion
Complete the Programming of a Simple Object-Oriented Application
Review the resources and instructions in the Discussion Prep Study before completing this discussion.
For this discussion, you practiced instantiating an already defined Java class into objects and invoking the attributes of these objects. Unzip the attached NetBeans project zip file (U10D1_InstantiateUseArrayOfObjects.zip) and load it into your NetBeans IDE.
The project defines two classes:
A Java class called Course (in Course.java) with certain attributes, and
Another class called U10D1_InstantiateUseArrayOfObjects (in U10D1_InstantiateUseArrayOfObjects.java). This class creates an array of Course objects and initializes their attributes to specific values and then calls the WriteCurrenttration() to print the current list of registered classes and their total credit hours. The WriteCurrenttration() still needs to be coded.
Code the WriteCurrenttration() method to meet the stated requirements specified in the project.
For this discussion:
Provide a screenshot of the result of your work.
Explain, briefly, how you completed this exercise, the algorithm you used (via pseudo code or other description tools), the major issues you faced, and how you solved them.
-
Rating:
/5
Solution: Capella IT2249 2020 January Unit 10 Discussion Latest