write a programme to check weather a number is divisible by 3&4 if number is divisible by both 3&4 print good morning
Answers
Answered by
0
Explanation:
num = int(input())
if(num%4==0 and num%3 ==0):
print("good morning")
Similar questions
Computer Science,
2 months ago
Computer Science,
2 months ago
Chemistry,
2 months ago
Math,
4 months ago
Social Sciences,
4 months ago
Math,
10 months ago
Chemistry,
10 months ago