please answer help

Status
Not open for further replies.
is it for homework? you can use the hello word sequence found everywhere in google.. so it shows every squence one after the other...
 
2 threads, 2 homework questions.

please show 3 separate examples of what you have already tried that doesn't work.
 


C++:
#include <stdio.h>

int main(int argc, char** argv)
{
fprintf(stdout,"%d, %d, %d, %d......%d\n",7,9,11,13,67);
return 0;
}
 
Status
Not open for further replies.