Open Kimsuhyen opened 2 years ago
import java.util.Scanner;
public class Codeup_1037 { public static void main(String[] args) {
Scanner sc = new Scanner(System.in); int a = sc.nextInt(); char b = (char)a; System.out.println(b); } }
import java.util.Scanner;
public class Codeup_1037 { public static void main(String[] args) {
Scanner sc = new Scanner(System.in); int a = sc.nextInt(); char b = (char)a; System.out.println(b); } }