See More

public class Example{ public static void main(String[] args) { int a = 10; char b = 'A'; System.out.println(); } }