Oh yes I can calculate simultaneous equations by hand. I just found it difficult using a loop to attempt to calculate them with like addition. I just don't understand the whole calculation via a loop...
I think I might have the program wrong.. It's a Matrices program that calculates ONE 2D Array of rows and columns together to display a final Matrices.
Hey everyone, I'm having a little problem with adding two arrays together, as part of a Matrices program. Ive got the code for adding the matrices, I really dont think its right at all.
I did have addition code in there, i didn't notice that it didn't copy along with it, I also cant find it now... but here's the code for the variable, if it makes it easier.
Hey everyone, I've got to create a program that calculates matrices in a 2D array, and then add, subtract and display the results. However, i cannot get the addition to work, which i will then use...
I'm sorry, I honestly didn't see what Lidney had said I'll implement that after i have sorted this array business. I need to use an array for the accounts, its a requirement, from my code i cant...
Well I have to create a program for University that operates 10 pre created accounts. These accounts will be accessed by the user via entering their pin or account number which gives them access to...
Hey everyone I'm a little confused with my C++ ATM Machine program. My program, at the moment needs the user to enter 10 accounts before he can operate it, however i've tried pre setting the code for...
Hey everyone, I'm having a little problem with my VB code. The program I am using is apart of a college project i have to create. Basically the search function within this program finds a person e.g....