TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prime b
NA
810
345.8k
Array and method overload, the hardest problem
Jan 9 2012 8:42 PM
Create a console-based application whose Main() method
declares an array of eight integers. Call a method to interactively
fi ll the array with any number of values up to
eight. Call a second method that accepts out parameters
for the arithmetic average and the sum of the values in the
array. Display the array values, the number of entered elements,
and their average and sum in the Main() method.
I am honestly not even sure what to do here..
Reply
Answers (
2
)
Method overload
How to have number textbox/character only textbox?