Answered step by step
Verified Expert Solution
Link Copied!

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
(1) 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 K and asked him to find the
smallest factor of K that is present within the range of M to
N.(inclusive).
Help John solve this problem.
Given three numbers K,M/ and N, write a program that
reads K,M and N and prints the smallest factor of 'K' that
is present within the range of 'M' to 'N'(inclusive). If no factor is
found within the given range, print "-1".
Input
The first line of input contains a single integer representing K the
given number.
The second line of input contains two space-separated integers
representing the range M and N
Output
The output should be a single line containing the smallest factor of
K in given range.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Genetic Databases

Authors: Martin J. Bishop

1st Edition

ISBN: 0121016250, 978-0121016258

More Books

Students also viewed these Databases questions

Question

Is it clear what happens if an employee violates the policy?

Answered: 1 week ago