View Single Post
  #4   Spotlight this post!  
Unread 15-04-2008, 13:54
berkanbaba berkanbaba is offline
Registered User
no team
 
Join Date: Apr 2008
Location: turkey
Posts: 6
berkanbaba is infamous around these partsberkanbaba is infamous around these partsberkanbaba is infamous around these parts
Re: C Programming Homework Help Needed

#include <stdio.h>

void main()
{
int num;
printf("Enter a positive integer: ");
scanf("%d",&num);
while(num!=0)
{
if(num>0)


....


immediate help is needed please !