Computer Science, asked by dralokdhn, 4 months ago

chax C = 'B'
int i = 4.
System.out.print en Cci);
Systen
sem. Qut, print en Clint) C+ ();
give the output

Answers

Answered by MrD4rk
0

actually this will give an error definately..!

Maybe it's like

code:

class demo {

public static void main (String args[]){

char C ='B';

int I =4;

System.out.println(C+" " +i);

}

}

output:

B 4

Similar questions