Give an example from your daily life of some things that


Arrays - Arrays give us a powerful data structure to hold multiple variables of the same kind.

Give an example from your daily life of some things that could be represented as an Array and how it could be used. Write a syntactically correct Java program to present your example: declarations, initializations and use. Use a loop to print all elements of the Array. Do not copy the examples from the textbook or other sources. Come up with examples of your own. Do not forget to indent your code properly in the discussion thread. You may use dashes ('-'), as shown in the following example, if the discussion thread does not allow the use of tabs or blank spaces:

public class HelloWorld {
----public static void main (String[ ] args) {
-------System.out.printIn("Hello World");
----}
}

In your posting you must also attach a screenshot of your running program to see that it compiles and works.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Give an example from your daily life of some things that
Reference No:- TGS01352697

Now Priced at $40 (50% Discount)

Recommended (95%)

Rated (4.7/5)