1.

}37.Find the errors in the following program segment :{a int;b, c, d char;System.out.println {"Data Types"];return 0;​

Answer»

ANSWER:

int do ()

{

int a;

char b,C,d ;

System.out.println ("DATA TYPES");

return a

}



Discussion

No Comment Found