This example demonstrates the for each way of looping in an Array.
This example demonstrates the trim function of Strings. It can really handy to deal with whitespaces in a user's input when not needed.
This example shows the integer to string and string to integer possibilities.
This example demonstrates String arrays, how to initialize them and how to traverse them with a while loop.
This example describes a 2D array, and how to initialize them with a set values. Also how to print them.