Character Formatting

Report a typo
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?

Select one option from the list
___

Create a free account to access the full topic