Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
0 Endorsements
~882 People Reached
Favorite Forums
Favorite Tags
c x 5
c++ x 2

2 Posted Topics

Member Avatar for T1205

This assignment will require you to develop a program that reads a series of positive and negative integers from the user and loads these values into an array. The program then calculates and outputs the average of the values read. You will develop the entire program from the problem statement, …

Member Avatar for WaltP
-1
477
Member Avatar for Futchy

In c++, create a structure that holds fields for employee name (character array max length of 50), the social security number (an integer), and the payrate (floating point).

Member Avatar for darkbreaker
0
405

The End.