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
Biology,
2 hours ago
Computer Science,
2 hours ago
Hindi,
4 hours ago
Social Sciences,
7 months ago
English,
7 months ago