Forum: C Apr 28th, 2006 |
| Replies: 2 Views: 1,226 Thank you! That reference site helped me out a lot. |
Forum: C Apr 28th, 2006 |
| Replies: 2 Views: 1,226 I am having problems with a program I am writing. Write a program to read 2 integers. Then call a function to add them together
and return the result. Display the result from the "main" program.... |
Forum: C++ Apr 27th, 2006 |
| Replies: 1 Views: 809 I am working on a C++ program where you enter 6 integers and then use an array to store them. It then asks you to enter another integer and then reports if the last one is in the array. I have been... |