Computer Science, asked by akhilbiju10741, 8 months ago

What will be the output of the program?
class Sample
{
public static void main(String args[ ])
{
int t;
System.out.println(t);
}
}

Answers

Answered by amishasharma43
0

Answer:

public static void main

Similar questions