Use of datatypes-II
class Char {
public static void main(String[] args) {
char a = 'A';
char b = 'B';
System.out.println((char)99);
}
}
public static void main(String[] args) {
char a = 'A';
char b = 'B';
System.out.println((char)99);
}
}
Comments
Post a Comment
Post Your Valuable Comments