Thread: using repetition statements/ looping

  1. #1
    Registered User
    Join Date
    Feb 2012
    Posts
    20

    using repetition statements/ looping

    can anybody help me. i am having hard time in getting the supplement, complement, and the reference angle by using repetition statement/ loops. If anyone can help me please reply.

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Give it a try - you need to slip into that problem solver mode. That makes up a large part of programming, and trust me, practice will definitely improve your ability.

    Work it through by hand a few times, and notice the patterns you follow. Jot down the log that makes up those patterns, in small steps. That's the start of your pseudo code for your eventual program.

    If you're absolutely stuck on something, post an example - along with a very detailed description of what you want to do, and how you want to do it. The post above is too general, and shows no work on your part.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 03-24-2011, 05:58 AM
  2. looping statements with if else...
    By marvin_1118 in forum C Programming
    Replies: 7
    Last Post: 03-16-2011, 08:41 AM
  3. Looping/Repetition help
    By ArcadeEdge in forum C Programming
    Replies: 4
    Last Post: 09-17-2010, 07:01 PM
  4. Repetition in do{}while
    By Beast() in forum C Programming
    Replies: 25
    Last Post: 06-16-2004, 10:47 PM
  5. repetition and selection- can anyone help?
    By Tarls in forum C++ Programming
    Replies: 2
    Last Post: 03-29-2002, 10:18 PM