Forum: VB.NET Nov 22nd, 2008 |
| Replies: 2 Views: 1,432 I think it is suppose to be
MyArray(I) = I + 10
because I need it to be 10+ more than the integer. |
Forum: VB.NET Nov 22nd, 2008 |
| Replies: 2 Views: 1,432 Hey,
I am trying to create the sum of my values contained in MyArray variable simultaneously while assigning the values in the same loop. Afterwards, I want to find the average of the numbers... |
Forum: VB.NET Nov 22nd, 2008 |
| Replies: 6 Views: 407 Anyone available to help me with my above post? |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 6 Views: 407 I need help on a couple of things.
1) Is my MyArray set up correctly? I am suppose to use a For..Next loop to assign a value 10 larger than the index value to these variables. For example:... |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 6 Views: 407 Can someone please point out if my code is correct so far according to what I need to do? I really need help because some of the instructions, I'm not clearly understanding.. |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 6 Views: 407 Here is an update for my program.
I still need help with:
1) For my For...Next Loop, how do I make it so I assign a value 10 larger than the index value to the variables. For example, MyArray... |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 6 Views: 407 Someone please help! It's urgent. |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 6 Views: 407 Hello, I need help with a few things. Most of these things, I tried to do, but I need to know if I did them correctly, if not, how do I fix my problem? Thanks.
1) How do I make my MessageBox.Show... |