Computer Science, asked by errireddy123, 2 months ago

string x= computer string y= exam system.out.println(x equals y)​

Answers

Answered by jeromeseejo73
0

Answer:

String x="computer ";

String y="exam";

System. out. println(x==y) ;

output:

false

Similar questions