Write the code snippet for an if-else statement that compares two integers (a and b). If a is greater that b, then displ
Posted: Sat May 14, 2022 4:55 pm
Write the code snippet for an if-else statement that
compares two integers (a and b). If a is greater that b, then
display the message "The Internet is down!" otherwise display the
messages "Java is easy!" and “Go Centurions” on separate lines
compares two integers (a and b). If a is greater that b, then
display the message "The Internet is down!" otherwise display the
messages "Java is easy!" and “Go Centurions” on separate lines