question in c

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madhu24
    New Member
    • Aug 2009
    • 4

    question in c

    hi guys,
    i am a beginer in c,can u help me in solving this program.
    The question is..
    Write the program to find the range of set of numbers.[Range is the diffrence between the smallest and the largest numbers]
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    Looks like it is an assignment program..... We can't write code for you...

    Regards
    Dheeraj Joshi

    Comment

    • Dheeraj Joshi
      Recognized Expert Top Contributor
      • Jul 2009
      • 1129

      #3
      Please look into the posting guidelines for more information....

      Regards
      Dheeraj Joshi

      Comment

      • manjuks
        New Member
        • Dec 2007
        • 72

        #4
        Explain the question bit elaborativly.

        Does it mean that you have set of numbers and you need to find out smallest and largest number?

        Thanks,
        Manjunath

        Comment

        • whodgson
          Contributor
          • Jan 2007
          • 542

          #5
          Yes that is correct.

          Comment

          • donbock
            Recognized Expert Top Contributor
            • Mar 2008
            • 2427

            #6
            OK. Forget about computers for a moment, how would you do this? Pretend you have a handful of playing cards ... give a step-by-step procedure in plain English for how you would find the smallest card in your hand.

            Comment

            Working...