Question: c++ 24. Write a program which asks the user for an integer number and prints out whether the input number is a multiple of 7.
24. Write a program which asks the user for an integer number and prints out whether the input number is a multiple of 7. A. Example 1 i. Iriput: - Plevare enter number. 49 ii. Output: - Number is a multipie of senon B. Example? i. Input: - Please enter number -9 ii. Output: - Number is nor a multiple of senon 25. Write a program which asks the user for two integer numbers (say N1 and N2) and prints eut whether the input number NI is a multiple of N2. A. Example 1 i. Input: - Plonase enter firse number: 49 - Plevse enter second mumber: 7 ii. Output: - Number 49 ir a mulniple of 7 B. Example ? i. Input - Please enter first mumber: 40 - Please enter second number: 3 ii. Output: - Nuober 40 is not a manltiple of 3 26. Write a program which adks the user for an integer number and prints out whether the input number is even of odd. A. Example i. Input: - Please enter number 42 ii. Output: - Namber is cuen 27. Write a program that asks the user for an integer rumber and prints a pattern. A. Example i. Input - Pleaze enter mamber: 5 ii. Outpat
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
