Given the code: int x, y; cout << "Enter an integer: "; cin >> x; Write a few lines of code to print "Factor" if x is a factor of y, or "Not a Factor" if x is not a factor of y. This code must always print one of the messages. Example Output Enter an integer: 5 Factor

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter4: Making Decisions
Section: Chapter Questions
Problem 5E: a. Write a program named CheckMonth that prompts a user to enter a birth month. If the value entered...
icon
Related questions
Question

c++ programming

Given the code:
int x, y;
cout << "Enter an integer: ";
cin >> x;
Write a few lines of code to print "Factor" if x is a factor of y, or "Not a Factor" if x is not a factor of y.
This code must always print one of the messages.
Example Output
Enter an integer: 5
Factor
Transcribed Image Text:Given the code: int x, y; cout << "Enter an integer: "; cin >> x; Write a few lines of code to print "Factor" if x is a factor of y, or "Not a Factor" if x is not a factor of y. This code must always print one of the messages. Example Output Enter an integer: 5 Factor
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,