String given = "b"; char b = given.charAt(0); This code will return the character from the first index, which is 'b ...
確定! 回上一頁