Please anyone tell me coding to print prime numbers from 1 to
5000 in c#....
Answer Posted / guest
int i=0;
for(i=0;i<=5000;i++)
console.writeline(i);
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
How does the TCP handle the issue of multiplexing?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
which worker is involved in all the phases of SDLC?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
What is BASIS
Is the IT field raise again? What is the position of IT after 4 years?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
it is a language or tools?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
I want Ada programming language books. Could anyone post me any link for that?
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
what is the meaning of without standing arrears?
what is delegate and delegation model give the real live example on delegate model