what will be the output of the following program
public
class test(
public
static void main (string :() args)
(
for int i=0; I is less than 10, i++)
int x=10;
)
)
Answers
Answered by
3
no output cause there is no output statement
Answered by
2
Answer:
here we will not get any output bcus no output statement is given....
Similar questions