Question n0.6) write a program that prints a calendar for any between
> 1900 and 2100 AD.
>
> Question n0.7) write a program that allows you to input 10 numbers
into
> an array, create method that will return and print the average, sum,
> smallest value, largest value and printout those below the average
and
> values above average.
>
> Question n0.8) write a program allows you to create the following
> methods: assume that your array has 10 elements.
> A). A method to input the content of an array.
> B). A method to return the sum.
> C). A method to return the average
> D). A method to return the average of negative numbers.
> E). A method to return the average of positive numbers.
> F). A method to return the average, smallest and largest.
>
> Question no. 9) write a program that allows you fill a tabulated 3 X
3
> data with random numbers range from 0 to 50. Write a method that will
> display a message “BINGO” if the array element has at least 2
numbers
> divisible by 5.
>
> THANK YOU!!!
2007-02-12
04:21:24
·
1 answers
·
asked by
forest
1
in
Education & Reference
➔ Homework Help