Announcement

Collapse
No announcement yet.

A favor for school

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    A favor for school

    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.
    I want that Mulan McNugget sauce, Morty!

    #2
    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.

    Comment


      #3
      Re: A favor for school

      I'll pretend to know what I'm talking about if you really need someone to.
      sig removed due to banned words being in playlist.

      Comment


        #4
        Re: A favor for school

        I can do OOD in C++, but I don't have a programming job.
        Lil' Bean is here!

        Comment


          #5
          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

          Working...
          X