Problem description - Tom Kleen

Replaces all v and b in the original sentence with b and v, respectively (i.e. for example string ‘cvvbt’ becomes ‘cbbvt’ Count number of letters in the modified sentence. Writes the resulting sentence and number of letters on standard output . 7 >>> 1+3. 4 >>> # This is a comment >>> 2+2 # and a comment on the same line as code ................
................