array

wrote:
>hello friend would you help me with my assignments...
>i just cant pick it up...
>i was so confused...
>that i'm almost failing my subjects because of it..
>if you do, your great response will be a great HONOR... for the sake of my course
>please i beg you help me with these:
>
>
>
>1. Write 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.
>2. Write a program using one-dimensional array that accept five input values from keyboard. Then is should also accept a number to search. This number is to be searched if it is among the five input values. If it is found display the message “searched number is found!”, otherwise display “search number is lost!”
>3. Write a program using two-dimensional arrays that determines the ODD numbers among
>The 12 input values typed from the keyboard and prints the list of these ODD numbers.
>4. Write a program using two-dimensional arrays that searches a number and display the number of times it occurs on the list 12 inputs.
>5. Write a program using two-dimensional arrays that calculates the sum and average of the twelve input values the user would type from the keyboard and prints the calculated sum and average.
>6. Write a program using-dimensional arrays that determines the highest and lowest of the 12 values inputs.
>7. Write a program using two-dimensional arrays that lists the odd numbers and Even numbers separately in a given 12 input values.
>8. Write using two-dimensional arrays that computes the sum of data in rows and sum of data in columns of the 3x3 (three by three) array variables n[3[3j.
>Sample input/output dialogues:
>5 9 8 = 22
>3 8 2 = 13
>4 3 9 = 16
>_________________________
>12 20 19
>
What? Why would we do your work for you? To be honest, if you are failing because you haven't done you're work, I think you deserve to fail.
What are you having trouble with?

Edit:
Zhuge wrote:
What? Why would we do your work for you? To be honest, if you are failing because you haven't done you're work, I think you deserve to fail.


I don't naturally assume such a negative position, but in a sense, I agree with this. I don't really think that you deserve to fail perse, but if you do, it is YOUR OWN FAULT. However, I would like to help if I could, granted, I won't write all of it for you. Post what you have as well as the problems that you are encountering, and we'll go from there.
Last edited on
Topic archived. No new replies allowed.