Computer Science, asked by aadya01pandey, 8 months ago

WAP in python to accept a number and check if the number is divisble by 5​

Answers

Answered by anantpandey293
0

Answer:

What are you saying I don't understand

Answered by gurbhejsinghsingh34
1

Answer:

Python program to print all the numbers divisible by 3 and 5 for...

Take the lower and upper limit . i.e. the range from the user.

Take the number to be divided by from the user. ...

Using a loop with &(and) operator statement(so that it print only those numbers which are divisble by both 3 & 5), prints all the factors which is divisible by the number.

Exit.

Explanation:

may be this is ryt Ans for ur question

Similar questions