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.

~233 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for inzombiak

Hey, let me try explaining what i need to do with an example Example Before sorting arr1 = {15,12,18,11} arr2 = {1,2,3,4} arr2 is always in ascending order and its length is based on the number of elements in arr1 After sorting arr2 = {2,3,1,4} So basically i need arr2 …

Member Avatar for thekashyap
0
131
Member Avatar for inzombiak

Im writing a program that creates matrices and what not then count different things based on the elements in the matrix. That all works fine except 1 part, dividing 2 specific numbers. What htis is for isint important because everything works fine EXCEPT that one part. Anyway, im supposed to …

Member Avatar for VernonDozier
0
102