Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

C# 5 Exam Scores Average, print

Write a program that computes the average of five exam scores. Declare and perform a compile-time initilization with the five values. Use a constant to define the number of scores. Print all scores and the average value formatted with no digits to the right of the decimal. rerun the application with different values. Please help! Working on a project!

1 Answer

Steven Parker
Steven Parker
231,122 Points

I'm not sure if "project" is the right word, it sure looks more like "homework". And you didn't even post any code to show you started working on it yet. :open_mouth:

I don't recommend using someone else's answers, nor do I think it's generally an effective way to learn, but there's always somewhere that folks will post spoilers for textbook problems, you just need to look around. For examples, this post on Overclock.net, or this one from Chegg Study, which is apparently a site specializing in textbook solutions.