[ back to toc ]

C Programming

Date: 2002/06/03 13:32

Q:
How to write a program that asks the user to input some integers for the
output of sum,min, max,average and the multiple value of the numbers.
Sorry , my english is not good. I am from Malaysia.

TQ
A:
What is the specific question? I can not answer the question "how?". That
would require me to write the program instead of you.

You need the standard function scanf to read and printf to write to
standard output.

Regards,
Peter

[ back to toc ]