class Test {
public
static void main(String[] args)
{
int x = 1, y = 2;
do
System.out.println("FRIENDS");
while (x < y);
System.out.println("ENEMY");
}
}
what is the output ?
Answers
Answered by
1
Answer:
the Answer is "ENEMY"
Explanation:
because X=1 and x<y
Similar questions
English,
1 month ago
Environmental Sciences,
1 month ago
English,
1 month ago
Computer Science,
2 months ago
History,
9 months ago
English,
9 months ago