public static void main(String[] args){
char ch = '5';
int ch2 = 6;
System.out.printf("Marks for my assignment is %d%d",ch, ch2);
}
What is the output of the above code?
public static void main(String[] args){
char ch = '5';
int ch2 = 6;
System.out.printf("Marks for my assignment is %d%d",ch, ch2);
}
What is the output of the above code?
Create a free account to access the full topic