Java (NetBeans 8.0.2)

profilef_mc

One of the most useful features of any programming language is recursion and control structures, decisions and loops. Recursion and loop structures allow programs to repeat actions without duplicating code.

 

This console application focuses on your understanding of object oriented programming, control structures, and arrays.

 

Create an application that manipulates a billboard sign. Use the following guidelines:

 

The program must include a Billboard class (separate from the main program class) that is capable of storing the text to display.

The class must include data fields

The Billboard class must include methods to manipulate the text (get, set, reverse, replace substring) as well as the capability to check the text (eg. test if the text is empty).

The Billboard includes a list of predefined messages that can be set as the message in the billboard.

The set method allows user to select a predefined message. Also, user can create his message

Add one extra method that can be used for the Billboard

The main program must create an object of Billboard class.

The main program must include a menu to allow a user to select a function of the Billboard object.

The application must exit upon user request.

 

Using NetBeans IDE 8.0.2.

    • 9 years ago
    • 80
    Answer(7)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      test.java
    • attachment
      capture.png

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      billboard.txt
    • attachment
      billboard2.txt
    • attachment
      billboards.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      billboardprogram.rar

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      netbeans8.0.2.zip
    • attachment
      run_billboardmain.docx

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      rejavanetbeans8_0_2.zip
    • attachment
      java_application1.rar

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      itsd_322_week4_billboard_object_oriented_application_development.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      corejava.zip