Computer Science, asked by rithikarithu2021, 5 months ago

What will be the output
int sum=
if [ sum > 20)
{
System.out.print("You win");
}
(
System.out.print("You lose ");
}
System.out.println("the prize.");​

Answers

Answered by AarohiBTS
0

YouwinYoulosetheprize

Similar questions