with out wss we can use sharepoint server and develop the websites and subsites is it possible to develop the sites?
1 4352Post New Polaris Microsoft Related AllOther Interview Questions
How do I copy a file to multiple folders?
What is the use of ienumerable in c#?
Differentiate between micro credit and micro finance?
List some features of reactjs?
Which one is fast between SingleOrDefault and FirstOrDefault?
䑰ҕ䔈ҕ䖠ҕ䘰ҕ䛀ҕ䝐ҕ䟐ҕ䢐ҕ䥐ҕŹ
explain about mergers & aquisitions? asked on 30/7/09
What does clearing cache?
To what extent until my team is self-adequate in developing automated processes?
What are pre-requisites before using an AMDP?
Load balancer and dns service come under which type of cloud service?
what are different types of collation sensitivity? : Sql dba
What is getcurrentsession in hibernate?
Can python handle big data?
A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.