Project 4.5
Apr. 27th, 2006 11:26 pm#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");
}
}
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");
}
}
no subject
Date: 2006-04-28 03:28 am (UTC)Wear that pink tank top that Lauren has.
Only the pink tank top. Nothing else.
no subject
Date: 2006-04-28 05:41 am (UTC)no subject
Date: 2006-04-28 01:32 pm (UTC)You know what would be sexy?
A pinstripe suit and a top hat.
With a cane. A pimp cane.
That'd be hot.
*is on crack*
no subject
Date: 2006-04-28 01:39 pm (UTC)no subject
Date: 2006-04-28 01:42 pm (UTC)no subject
Date: 2006-04-28 02:09 pm (UTC)Also I will be coming to distract y'all from exams sometime in that last week of May.
no subject
Date: 2006-04-28 02:22 pm (UTC)And YAY you're coming to visit us later anyway!!