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
//get a number and check the given number is divisible by both 3 & 4 if so print Good Morning. If a number is divisible by only 4 but not 3 print Good Afternoon.If a number is divisible by only 3 but not 4 print Good Evening.Otherwise print Good Night