please help a rook!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Don Moore

    please help a rook!

    simple c I think,

    department has a budget available for comp equip. and software of $6000.
    amounts are to be typed as input as received. need a program that will read
    amounts and report as soon as over the $6000.

    thanks






  • Peter van Merkerk

    #2
    Re: please help a rook!

    > simple c I think,[color=blue]
    >
    > department has a budget available for comp equip. and software of[/color]
    $6000.[color=blue]
    > amounts are to be typed as input as received. need a program that[/color]
    will read[color=blue]
    > amounts and report as soon as over the $6000.[/color]

    Show us what you have made so far, and tell us which part is giving you
    problems.

    See also:


    --
    Peter van Merkerk
    peter.van.merke rk(at)dse.nl


    Comment

    • Thomas Matthews

      #3
      Re: please help a rook!

      Don Moore wrote:
      [color=blue]
      > simple c I think,[/color]

      Then why did you post to a C++ newsgroup?
      They are two different languages.

      [color=blue]
      > department has a budget available for comp equip. and software of $6000.
      > amounts are to be typed as input as received. need a program that will read
      > amounts and report as soon as over the $6000.[/color]

      Smells like homework.
      Show us what you have done so far.
      Read the Welcome.txt and FAQs below.

      Next time, the subject line of your post should describe your
      issue, such as "Help with homework". The subject "please
      help a rook" sounds like you need help with chess or the
      chess piece needs help.

      --
      Thomas Matthews

      C++ newsgroup welcome message:

      C++ Faq: http://www.parashift.com/c++-faq-lite
      C Faq: http://www.eskimo.com/~scs/c-faq/top.html
      alt.comp.lang.l earn.c-c++ faq:

      Other sites:
      http://www.josuttis.com -- C++ STL Library book

      Comment

      Working...