dumblemop: (look)
[personal profile] dumblemop
#include (stdio.h)

void PromDilemma (int takingKaitlyn);

int main()
{
int status;

printf("Please enter a 1 if Rob is taking Kaitlyn to the prom.\n");
printf("Please enter a 0 if Rob is not taking Kaitlyn to the prom.\n");

scanf("%d", &status);

PromDilemma(status);

return 0;
}

void PromDilemma (int takingKaitlyn)
{
if (takingKaitlyn)
{
printf("Rob says: \n");
printf(" What am I supposed to wear???\n");
}
}

Date: 2006-04-28 02:22 pm (UTC)
From: [identity profile] clotpolelis.livejournal.com
We will.

And YAY you're coming to visit us later anyway!!

Profile

dumblemop: (Default)
dumblemop

December 2013

S M T W T F S
1234567
891011121314
15161718192021
222324 25262728
293031    

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jan. 11th, 2026 05:11 am
Powered by Dreamwidth Studios