a peek into whats taking up my time

#include

int main (void)
{
char desiredgrade;

double min_average;
double currentaverage;
double weight;
double score;

printf("Please enter your desired grade: \n");
scanf("%c", &desiredgrade);

printf("Please enter your minimum average required: \n");
scanf("%lf", &min_average);

printf("Please enter your current average in course: \n");
scanf("%lf", &currentaverage);

printf("Please enter how much the final counts as a percentage of the course grade: \n");
scanf("%lf", &weight);

score=(min_average-((100-weight)*(currentaverage/100)))*(100/weight);
printf("You need a score of %.2f on the final to get %c\n",score, desiredgrade);

return 0;
}

well if that doesnt make any sense thats ok this is the stuff im doing for class this simple grade calculator only took my 5 hours to complete =P and this is for class im taking i really dont need, but im having fun!

unnamed sangwhich

the title is misspelled on purpose…….OK I’m sitting at home I’m hungry so i decided to get creative with what i had in the fridge. i go digging through find some bacon, a boneless chicken breast, provolone cheese (the real stuff not that pansy cheap cheese we are talking the 5 bucks a pound cheese), some spicy honey mustard. OK i fry up the bacon while i slap the chicken breast on the ole George Foreman grill, then i get two slices of bread throw it in the toaster. after the chicken breast is done i throw it on one of my pieces of toast top it with a slice of cheese and a few slices of bacon top it off with some honey mustard and slapped the other piece toast on top.

now i saved the recipe but i need a name for this Delicious sandwich….

more updates !

ok ive added a few moderation rules to my site so as long as your post do not contain anything in that list of spam words it shouldn’t be held for moderation. however if you want to register as a subsciber you now can register as a subcribers and your comments shouldnt have to be moderated. and i say “shouldnt” because thats what the documentation told me but ive no way of testing it until someone comments.
EDIT: click login tab there should be a registration link there if you would like to register as a subscriber