Apr. 27th, 2006

:)

Apr. 27th, 2006 06:14 pm
dumblemop: (piggyback)
I'm beat. But it was worth it.

Work now.
dumblemop: (look)
#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");
}
}

Profile

dumblemop: (Default)
dumblemop

December 2013

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

Most Popular Tags

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Oct. 8th, 2025 07:48 am
Powered by Dreamwidth Studios