Write the output of the following: 2
1) int temp=150 ;
if(temp>=130)
{
System.out.println(“Covid Positive”);
}
else
{
System.out.println(“Covid negative”);
}
Answers
Answered by
1
Answer:
Covid Positive
Explanation:
....
.
.
.
Similar questions