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
Ranked #44.2K
2 Posted Topics
Your use of int is going to be a problem first. Rounding comes into play here. You should do your multiplications in double or float. It appears you may also want to store each of the sales input into the array a. Hence you should first get all of the …
Since the bluse code is part of the question then we focus on how to implement this. Remember the matrix is just a linear memory layout. The first pointer ** is pointing to a piece of memory to hold an array of float pointer. Since we want to index from …
The End.
erroldo