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
Use a helper function to determine if a number is prime
Print each prime number on a...read more
Help your peers!
Add answer anonymously...
Indiamart Intermesh Software Engineer interview questions & answers
A Software Engineer was asked 9mo agoQ. What are your projects?
A Software Engineer was asked 9mo agoQ. What is your experience in technology?
A Software Engineer was asked Q. Form a Triangle Problem Statement You are given an array of integers ARR with a ...read more
>
Indiamart Intermesh 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

