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
0
YouwinYoulosetheprize
Similar questions