Geography, asked by shauryaj9938, 5 months ago

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 affanimran1303
1

Answer:

Covid Positive

Explanation:

....

.

.

.

Similar questions