Thread: Question

  1. #1
    Registered User
    Join Date
    May 2009
    Posts
    1

    Question

    dear friend i have one question in c program and i want your help today if you can. because i have to giving back this program tomorrow thank you very much... maryam...

    There is an independent snow removal service company that charged their work based on every square feet they remove the snow. They require a calculator that could calculate the wage. They charged $2.50 per square feet to remove snow. In order to determine the area, it takes the length and width of the house rectangular yard and the length and the width of a house situated in the yard. Your program should compute the area to remove the snow and its charges. They system also able to keep record on how many house the company has serves for that day and the total amount collected by the end of the day. It should be printed in a log.txt

    Hint: Use sentinel-controlled loop.

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    So, what have you done so far? Show us that you are working on it, and we will help you solve the problem.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Off topic: Does anyone remove snow from their yards? I would think they'd be more concerned about the snow on their driveways.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM