0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
2 Posted Topics
I am new to this and maybe I'm missing the boat. I want to learn how to write a program that accepts data and adds it to a file, I also want to be able to sort that data, edit that data etc. This seems like the most basic thing … | |
Re: This will compile but i still don't get a good result. #include <iostream> using namespace std; int main () { int num1; int num2; int num3; cout << "Please enter two positive integers with at most four digits each: "; cin >> num1 >> num2; cout << "Their average is … |
The End.