You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Problem: Write an if-else statement to output "At least 100" if the value of userInput is at least 100. Otherwise, output "Less than 100". End with a newline.