Computer Science, asked by kumarrahul39609, 8 months ago

Write a program to accept a number and check it is divisible by 3 and 5 both or not

Answers

Answered by prithivijayaprakash
0

Answer:

Nxxfyjbvxnhrkkrnrv xam deta vo hi I Keho Each Be bi

Explanation:

.m mn

m

Answered by yashank48
0

answer; Approach

Explanation:

Approach : For example, let's take N = 20 as a limit, then the program should print all numbers less than 20 which are divisible by both 3 and 5. For this divide each number from 0 to N by both 3 and 5 and check their remainder. If remainder is 0 in both cases then simply print that number.

Similar questions