if y=8 then what output system.out.print(y);
Answers
Answered by
3
Answered by
0
Given:
if y=8 then,
output system.out.print(y);
Program:
int y=8;
system.out.print(y);
Output:
8
Similar questions
Math,
1 month ago
Math,
1 month ago
Hindi,
2 months ago
Social Sciences,
10 months ago
English,
10 months ago