package tsp.kahoot.ci1; public class Q3 { public static void main(String[] args) { char c = 'a'; int x = c; System.out.println("Coucou " + x); } }