Rewrite the code after correcting errors
if N=>0:
print(ODD)
else
print(“even”)
Answers
Answered by
3
Answer:
if ( n>= 0)
System.out.println ( "Odd");
else
System.out.println ( "even");
Explanation:
mark me BRAINLIST ✔️
Similar questions
Biology,
3 months ago
Accountancy,
3 months ago
Math,
7 months ago
English,
7 months ago
Math,
11 months ago