I'm supposed to do an interview with a professional in computer programming or a related field for a school assignment that's due tomorrow. If anyone here has a programming job or would like to pretend you do and is willing to do an instant message interview either tonight or tomorrow morning before 10AM EDT, either post something here or email me at chuckdrich@yahoo.com. Thanks to anyone who responds. If nobody does then I can always just fake it anyway.
Announcement
Collapse
No announcement yet.
A favor for school
Collapse
X
-
Re: A favor for school
I'm in the beginners stage of C++ still... sorry
best thing I made was Tic tac toe, and I just made this:
#include <iostream>
#include <conio.h>
using namespace std;
int num1;
int num2;
int num3;
int num4;
int num5;
int sum;
int main ()
{
cin>>num1;
cin>>num2;
cin>>num3;
cin>>num4;
cin>>num5;
sum=sum+num1+num2+num3+num4+num5;
sum=sum/5;
cout << sum;
getch ();
return 0;
}I love lamp.
-
Re: A favor for school
Thank you guys for your willingness to help. I just went ahead and threw something together with info i got from a career site. Usually this teacher is more concerned with how well it's written than the actual content. And besides it's not like she can prove I didn't interview somebody. Anyways, thanks again for the responses.I want that Mulan McNugget sauce, Morty!
Comment

Comment