Answered step by step
Verified Expert Solution
Question
1 Approved Answer
larr PROGRAMMING FOUNDATIONS COURSE EXAM INSTRUCTIONS Description ( 1 ) Submissions EASY Easy In Progress Helpful [ John is a student who recently learned about
larr PROGRAMMING FOUNDATIONS COURSE EXAM
INSTRUCTIONS
Description
Submissions
EASY
Easy In Progress
Helpful
John is a student who recently learned about factors in his math
class.
His teacher gave him a number and asked him to find the
smallest factor of that is present within the range of to
inclusive
Help John solve this problem.
Given three numbers and write a program that
reads and and prints the smallest factor of that
is present within the range of to inclusive If no factor is
found within the given range, print
Input
The first line of input contains a single integer representing the
given number.
The second line of input contains two spaceseparated integers
representing the range and
Output
The output should be a single line containing the smallest factor of
in given range.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started