Hi Every One, I Was Wondering If Anyone Could help me With This Problem Or Not...
I Just Need A Simple Program, With The Least Amount Of Using Arrays, And Loops...
And My Main Problem While Writing It Is When I Want To command The Program To Act Like a
Counter , And Recognize That It Should Put The Remains And Quotient In A Particular Way...
This Is How I Started To Write The Program :
#include <stdio.h>
int main()
{
int a;
for(a=1;a++)
printf("%d\n",a);
.
.
.
HEY GUYS I KNOW ITS A DISASTER BUT I'M JUST A BEGINNER , Although APOLOGIZE...:(
If Someone Can Help Please Explain A Bit More About The Loops....
Tnx;)