Author Topic: C++ program by Bucky on youtube and fully functionally active.  (Read 1099 times)

T-Max

  • Noob
  • *
  • Posts: 18
  • Reputation: 2
  • Computers: I do not own any computers, I mainly use the Family Computer however.
C++ program by Bucky on youtube and fully functionally active.
« on: December 30, 2011, 09:50:09 am »
#include <stdio.h>
#include <conio.h>

int main(void)
{
    int eyes;
    int toes;
   
    printf("Enter number of eyes and toes you have");
    scanf("%d%d", &eyes, &toes);
    if(eyes == 2 || toes == 10){
    printf("You are a normal person");
    }else{
    printf("You are Weird!");
    }

    getch();
}
I'm not a big forum person here... I do some posting here and there but I mainly read, You won't see much of me around here.

brogan20

  • Hero Member
  • *****
  • Posts: 1061
  • Reputation: 3
  • My insides are full of human amazingness
  • Computers: Windows7 Vista
  • iDevices: iPod 4 gen iOS 5.0.1
Re: C++ program by Bucky on youtube and fully functionally active.
« Reply #1 on: December 30, 2011, 10:24:40 am »
Lol yay I'm normal according to that

T-Max

  • Noob
  • *
  • Posts: 18
  • Reputation: 2
  • Computers: I do not own any computers, I mainly use the Family Computer however.
Re: C++ program by Bucky on youtube and fully functionally active.
« Reply #2 on: December 30, 2011, 08:41:49 pm »
LOL!!! yep!
I'm not a big forum person here... I do some posting here and there but I mainly read, You won't see much of me around here.

Apetrick

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3510
  • Reputation: 91
  • <Apetrick> lank is 1337
  • Badges:
  • iDevices: Ipod Touch 4g
Re: C++ program by Bucky on youtube and fully functionally active.
« Reply #3 on: December 30, 2011, 08:47:10 pm »
Im not.....
<%a12danrulz> Idk, but doing a DoS from an apple device is like fighting a bear with a plastic spork

T-Max

  • Noob
  • *
  • Posts: 18
  • Reputation: 2
  • Computers: I do not own any computers, I mainly use the Family Computer however.
Re: C++ program by Bucky on youtube and fully functionally active.
« Reply #4 on: December 30, 2011, 10:06:19 pm »
You are Weird!
I'm not a big forum person here... I do some posting here and there but I mainly read, You won't see much of me around here.

Don't like seeing ads? Click here to register!

Apetrick

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3510
  • Reputation: 91
  • <Apetrick> lank is 1337
  • Badges:
  • iDevices: Ipod Touch 4g
Re: C++ program by Bucky on youtube and fully functionally active.
« Reply #5 on: December 30, 2011, 10:18:29 pm »
:( now i feel sad
<%a12danrulz> Idk, but doing a DoS from an apple device is like fighting a bear with a plastic spork

brogan20

  • Hero Member
  • *****
  • Posts: 1061
  • Reputation: 3
  • My insides are full of human amazingness
  • Computers: Windows7 Vista
  • iDevices: iPod 4 gen iOS 5.0.1
Re: C++ program by Bucky on youtube and fully functionally active.
« Reply #6 on: January 01, 2012, 12:09:20 am »
I'm gonna guess you have 2 fingers and 20 toes lol no jk sweet script though I think it's funny