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. For example, if the strings are "dealer" and "dollars",
Please describe the code of program in a single class called Positions.