Problem put of many problems
hey there, i'd like to get some help from you about this problem i had from my subject.
the problem goes like this...
A program using one-dimensional array that determines the lowest value among the five input values typed from the keyboard and prints the difference of each value from the lowest.
please help me...
[341 byte] By [
2n2na] at [2007-11-26 17:14:01]

> hey there, i'd like to get some help from you about
> this problem i had from my subject.
You forgot to mention which part you are having trouble with.
> A program using one-dimensional array that determines
> the lowest value among the five input values typed
> from the keyboard and prints the difference of each
> value from the lowest.
So... which was the troublesome part, specifically? Reading input from the user, creating an array of numbers from it, finding the minimum, calculating the difference between each number and that minimum, or printing those results?
Lokoa at 2007-7-8 23:41:59 >
