24 Oct Markham Saturday 14:00 Java Homework 10.19
Question 1 add character k In this question add a character k after each character of a string Input abcd Output akbkckdk Question 2 Input a string using scanner and print the reverse of that string Input abc Ouput cba...