Don't use built-in methods, just primitives and arrays
javac ReverseAString.java
java ReverseAString
Takes user input and converts to a character array Track first and last values, store one in a temp variable, then swap increment and decrement the positions and continue to swap. For odd length strings it just leaves the middle value in place, since no swap needed