The error for the following code is:


StringCharacter.java:13: error: bad operand types for binary operator '!='
if(st.charAt(i) != " ")
^
first type: char...