Suppose that the a, b and c are char variables has been declared. Write some code which reads the first character of next line into a, the first character of the line after that into b and the first character of the line after that into c. Suppose that the lines of input are under 100 characters long.