Question: Write a program that prompts the user to enter a letter and check whether the letter is a vowel or consonant. Must display any input with non-letter characters. This is based on a question from Java textbook by Dr. Daniel Liang.
Monthly Archives: October 2020
Tic Tac Toe game in Java
This is an example of using nested while loops, char arrays and if statements. Please note this is based on tutorial by Alex Lee. However, a modification was made to the code to remove a bug. The original code by the author would allow the player to place the position on top of the CPU position. Please subscribe to Alex’s YouTube channel and support him.