1. Consider the following code -
if (x == 5)
System.out.println("Five");
else
System.out.println("Eight");
What will be the output of the above code, if
ta) x is 5
(b) x is 8
Answers
Answered by
5
Answer:
5
Explanation:
the first statement Will be executed since the condition is true
Similar questions
English,
5 months ago
Math,
5 months ago
Psychology,
5 months ago
Math,
11 months ago
Social Sciences,
11 months ago
Math,
1 year ago