public class Quiz_1 { public static void main(String[] args) { char c; c = '0' + 1; System.out.println(c); } }