adding arrays

dualshock03

Well-known member
Joined
Jan 28, 2007
Messages
105
Programming Experience
1-3
help guys.. im a noob about this problem...

our instructor wanted me to create a program in which A and B will be added and the sum will be C. It should create a table wherein column A is equal to the input integer then column B again is equal to the second inputed integer.. then in column C is the sum of integers in column A and B..

textbox1 = A is an array of 5 integers
textbox2 = B is an array of 5 integers

A and B = C (sum) then view it in a table,, im trying to use the datatgridview

can u give me some proper code for this??
 
We don't do homework for people, but if you have any specific questions you can also those.

Also this isn't a difficult task either, you should be able to do this once you understand how arrays work
 
Back
Top