class JSample1_1{ public static void main(String args[]){ int n = 10; if (n == 10{ System.out.println("10‚Å‚·"); } } }