Prime Numbers within a Range
Given an integer N, determine and print all the prime numbers between 2 and N, inclusive.
Input:
Integer N
Output:
Prime numbers printed on separate lines
Example:
Input:
N = 10
Output:
2
3
5
7
Constraints:
1 <= N <= 100
Note:
Ensure that the output is formatted with each prime number on a new line.

AnswerBot
4mo
Generate and print all prime numbers between 2 and N, inclusive.
Iterate from 2 to N and check if each number is prime
A prime number is only divisible by 1 and itself
Print each prime number on a new li...read more
Help your peers!
Add answer anonymously...
Grey Orange Senior Software Engineer interview questions & answers
A Senior Software Engineer was asked Q. Projects you have worked on. 1. vector implementation in C++
A Senior Software Engineer was asked Q. What are some common testing questions related to Linux and operating systems?
A Senior Software Engineer was asked Q. Anagram Substring Search Given two strings 'STR' and 'PTR', identify all startin...read more
Popular interview questions of Senior Software Engineer
A Senior Software Engineer was asked Q1. Projects you have worked on. 1. vector implementation in C++
A Senior Software Engineer was asked Q2. What are some common testing questions related to Linux and operating systems?
A Senior Software Engineer was asked Q3. Anagram Substring Search Given two strings 'STR' and 'PTR', identify all startin...read more
>
Grey Orange Senior Software Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

