D1935827V / spring_portfolio

Tri 1: Java and Spring Intro
0 stars 0 forks source link

Palindrome checker #33

Closed ncrxue closed 2 years ago

ncrxue commented 2 years ago

Simple program that checks if a string is a palindrome to demonstrate iteration.

ncrxue commented 2 years ago

Model View Control

ncrxue commented 2 years ago

image Used a scanner to take input from a command line rather than being a hard-coded string.

ncrxue commented 2 years ago

image Palindrome checker now works as part of About Me Page