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]
# 1
What's your question? Because so far is sound like, "Do my homework for me."
jverda at 2007-7-8 23:41:59 > top of Java-index,Java Essentials,Java Programming...
# 2
http://java.sun.com/docs/books/tutorial/getStarted/index.html
Ruly-o_Oa at 2007-7-8 23:41:59 > top of Java-index,Java Essentials,Java Programming...
# 3

> 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 > top of Java-index,Java Essentials,Java Programming...