String str = "abc"; char test = 'H' System.out.print(str+test);
Last updated 4 years ago
Was this helpful?