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
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
what is best way to create a Thread class & why?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
how to convert infix expression to prefix expression?
How does the TCP handle the issue of multiplexing?
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
when will triggars the at new event in abap and web dybn pro?
Write a pascal program to calculate the sum of the first 100 even number and odd number
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
what is an INI file?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
when we use mantis? how learn mantis?
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?