We explore the concept of primitive arrays and iterating over its elements using for, for-each and specific types of while loops.
We will start developing a simple console-based tech support system that will always respond with the phrase "That sounds interesting. Tell me more...".
We will continue developing the simple console-based tech support system. However, in this version, we will have more meaningful, randomised responses for the user.
We will continue evolving the simple console-based tech support system. However, in this version, we will reply to the user with a context sensitive response, based on their input.