Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

90% of /prog/ cannot write this BASIC PROGRAM

Name: Anonymous 2008-05-08 20:11

Task: Using your language of choice, implement a program that will a) Prompt the user for 2 numbers, and b) output the number of prime numbers between the two numbers (inclusive.)

Output: A B N

Name: Anonymous 2008-05-10 22:21

float fTemp1 = 0.0f,
fTemp2 = 1.0f,
fResult = 0.0f;

while(fResult < INT_MAX){
     fResult = fTemp2 / fTemp1;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List