Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofer committed Sep 27, 2023
1 parent d80f774 commit caac3aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* **Purpose**
* To establish greater familiarity with loops and arrays.
* To demonstrate the implementation of a [Utility class](https://www.quora.com/What-is-a-utility-class)

* And because arrays of Strings are everywhwere in Java. _Freakin' Everywhere_

## String Arrays

Java uses String arrays to store a collection of String values. String arrays are declared and initialized in a similar way to other arrays in Java. Once declared, individual elements of the array can be accessed and manipulated using their index. String arrays are commonly used in Java programs to store and manipulate text data.
Expand Down

0 comments on commit caac3aa

Please sign in to comment.