I’m trying to study for my Computer Science course and I need some help to understand this question.

You will create a new class, GenEdData, that will have an array with all the general education requirements, and some methods to add functionality to the class.

Classes

lab03_240.png

Description

The GenEdData Class

"Writing Speaking", "GWS", 3_x000D_
"Quantification", "GQ",3_x000D_
"Arts", "GA",3_x000D_
"Humanities", "GH",3_x000D_
"Health and Wellness", "GHW",3_x000D_
"Natural Sciences", "GN",3_x000D_
"Social and Behavioral Sciences", "GS",3_x000D_
"United States Cultures", "US",3_x000D_
"International Cultures", "IL",3_x000D_
"Writing Across the Curriculum", "WAC",3

The app class

  1. create one GenEdData object
  2. Test the contains method in the GenEdData object using the data below
    1. Writing
    2. writing
    3. Use System.out.println to print the result
    4. The possible messages are
      1. if the method returns true, display “input string ” is on the GenEd Table
      2. if the method returns false, display “input string ” is NOT on the GenEd Table
  3. Test the find method in the GenEdData object using the data below
      1. abcd
      2. GHW
      3. International Cultures
      4. The possible messages are
        1. use toString to display the data from the object that was returned by the method
        2. If the returned object is null, display “input string ” is NOT on the GenEd Table

Other Classes

Output

The output should be similar to

Writing is on the GenEd Table_x000D_
writing is NOT on the GenEd Table_x000D_
abcd is NOT on the GenEd Table_x000D_
Health And Wellness  (GHW)  3_x000D_
International Cultures  (IL)  3

×

Hello!

Click one of our contacts below to chat on WhatsApp

× How can I help you?