CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2010
    Posts
    1

    1. Sketch of flowchart

    The Barking Lot is a dog day care center. You have met with the owner and she wants you to create three programs that will do the following. Before you begin any coding you must break down the logic, therefore, you must create a flowchart and pseudo code for the following scenarios.

    a. A program that accepts data for an ID number of a dog’s owner, and the name, breed, age, and weight of the dog. Displays a bill containing all the input data as well as the weekly day care fee which is $55 for dogs under 15 pounds, $75 for dogs at least 15 pounds but no more than 30 pounds, $105 for dogs over 30 pounds but no more than 80 pounds, and $125 for dogs over 80 pounds. Hint: This is for a single dog – no loop.

    How to do this?

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: 1. Sketch of flowchart

    Just mark the steps down, and connect them in the right order. Then turn it in for a grade.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured