Use of datatypes-II

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

Comments

Popular posts from this blog

Zeller's Congruence

Property Event-Delegation

Method with variable arguments