formal aspect of computing problem~urgent
Started by lazypeople, Mar 29 2010 06:24 AM
3 replies to this topic
#1
Posted 29 March 2010 - 06:24 AM
|
|
|
#2
Posted 29 March 2010 - 07:04 AM
How have you started the problem? Also, in which language are you supposed to be doing this?
#3
Posted 29 March 2010 - 07:19 AM
We don't do homework, we help you do homework.
#4
Posted 30 March 2010 - 06:53 AM
While( !User.hasAnswer )
{
User.askQuestion();
if( User.question.type == Question::Homework )
{
if( User.postCode && User.putForthEffort )
{
CodeCallMembers.Help();
User.hasAnswer = true;
}
else
{
CodeCallMembers.Laugh();
}
}
else if( User.question.type == Question::ExpandKnowledge )
CodeCallMembers.Help();
else
CodeCallModerator.delete(User.question);
}
-CDG10620
Software Developer
Software Developer


Sign In
Create Account

Back to top









