~50 lines of code for 1 dollar

So I'm offering to write 50 lines of code for 1 dollar Paypal.

Trying to buy something small on ebay.

Code will be in c++, using only standard library's. So basically if you need help with some homework, I'll help.

-Thanks
closed account (oNRiz8AR)
1
2
cout << "you can do my homework";
cin >> y/n;
Referring to this? http://cplusplus.com/forum/beginner/100594/

Sure.

Will you pay me the dollar?

-blueberry
closed account (oNRiz8AR)
Oui, c'est
Here you go.

Download & pay here:
http://sbx.sk/A6dm

Preview:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//Continued
#include <string>
using namespace std;

int main() {

            ofstream f("output.txt");
            string ssn, firstName, middleInitial, surname, dateOfBirth, state, zipcode;

            cout << "Enter SSN: ";
            getline(cin,ssn);

            cout << "Enter First Name: ";
            getline(cin,firstName);

//Continued 
Last edited on
Topic archived. No new replies allowed.