Problem:
Question- Write a complete program in a single class called Positions that does following: your program should read in two strings from the keyboard, say inputStr1 and inputStr2. It should then report the positions and character values where the two strings differ.
Please describe program in a single class called Positions.