Write a python program to display all numbers between LOW and HIGH that are divisible by NUMBER.User need to take LOW>5 and HIGH<=50 and NUMBER
Answers
Answered by
1
Explanation:
Given the integer N, the task is to print all the numbers less than N, which are divisible by 3 and 5.
Examples :
Input : 50
Output : 0 15 30 45
Input : 100
Output : 0 15 30 45 60 75 90
Similar questions
Social Sciences,
3 hours ago
Computer Science,
3 hours ago
Hindi,
5 hours ago
Science,
5 hours ago
Computer Science,
8 months ago
English,
8 months ago