Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ) Write a C program in a single function main that reads an integer number from keyboard
  2. and respond to the questions:
  3. i. is the number a multiple of 2?
  4. ii. Is the number a multiple of 3?
  5. iii. Is the number a multiple of 5?
  6. iv. Is the number a multiple of 7?
  7. By displaying on the screen a zero when the answer to the question is true or any other
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement