Search found 1 match

by zdroyer
Mon Dec 09, 2002 8:11 pm
Forum: Volume 5 (500-599)
Topic: 568 - Just the Facts
Replies: 39
Views: 20544

Re: 568 Why PE?

tea wrote:i use:
printf("%5d -> %d\n",input_value,last_digit);

to do the output.
why i have PE in this question?
any problem with that?

try
printf("%d -> %d\n",input_value,last_digit);

%d -> not %5d -> :wink:

Go to advanced search