Forum: C++ Sep 1st, 2006 |
| Replies: 9 Views: 6,121 For a while loop, the iterator (typically int i) is incremented at the end of the loop. Then, you can use i + 1 as your denominator in calculating the average, and do the cumulative sum of the... |
Forum: C++ Sep 1st, 2006 |
| Replies: 9 Views: 6,121 Sounds like you could use an array to store all those numbers, then have an int sum that you'd use to hold the cumulative sum of the temperatures as you looped through the array.
Something like... |
Forum: C# Sep 1st, 2006 |
| Replies: 0 Views: 2,349 Hello, everyone. It's been a while.
I'm still working on the same Ultrasound machine GUI, but I'd taken time off for summer courses. Fortunately, thanks to the help I received here, I have made... |
Forum: C# Apr 21st, 2006 |
| Replies: 5 Views: 3,596 Remember, companies hiring programmers want 'excellent oral and written communication skills', so I suggest learning the English language (or whatever is most appropriate) before going into the... |