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
~214 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for mohd22

Write a function called nRandomNumbers( ) to perform the following tasks: 1. Generate N random integers between -250 and 250 (inclusive) and save them in a file called number.txt, (Use the function srand()). 2. Print all the generated integers. 3. Compute and return the average of all the negative integers, …

Member Avatar for alexchen
0
214