Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

Student & QA Intern

Member Avatar for shift25

Please help me figure out what is wrong with my code... [code] #include <iostream> // required to perform C++ stream I/O #include <iomanip> // required for parameterized stream manipulators using namespace std; // for accessing C++ Standard Library members //declaration of calculateAverage function-template prototype template <class T> T calculateAverage(T dataValue[], …

Member Avatar for Helly_1
0
1K
Member Avatar for gingank
Member Avatar for shift25
0
130
Member Avatar for ValiantHero

I'm a high school student with very littlecoding experience. I was given an assignment without any real direction as to how to do this. I'd like to know exactly how i'm suppose to Create a page to allow users to give their first and last names along with their email, …

Member Avatar for unibasic
0
144