Computer Science, asked by rutuandhare35, 1 month ago

What will be the output of the following program?
public class DemoOnLiteral1
{
public static void main(String args[])
{
char first="";
char second='\";
System.out.println(first + "I know Dancing" + second);
}​

Answers

Answered by Anonymous
0

Your códe is wrong! :[ there's something mistake in it and thus it will not give a output! :[

Similar questions