Jump to content

formal aspect of computing problem~urgent

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
lazypeople

lazypeople

    Newbie

  • Members
  • Pip
  • 1 posts
who can help me solve this problem
Posted Image

#2
so1i

so1i

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 312 posts
How have you started the problem? Also, in which language are you supposed to be doing this?

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
We don't do homework, we help you do homework.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
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