News

VarsAndMath.java Write a program that uses primitive-type variables and simple arithmetic and string concatenation. Concepts: Variables, arithmetic, strings. SimpleGreeting.java Write a program that ...
Concepts: Variables, arithmetic, strings. SimpleGreeting.java Write a program that asks the user for their name and prints a personalized greeting. Concepts: Scanner, string input/output.
Other approaches to solve the Java String palindrome problem include the use of loops and arrays. Test your skills and see if you can implement your own Java palindrome program with loops, arrays and ...