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

    Need help writing the code for this property tax app

    I need help writing this C# code for my computer programming test. I've missed the past 2 classes due to the flu. Can someone please help me write this code??


    Part I: Property Tax application
    If you own real estate in a particular county, the property tax that you owe each year is calculated as 64 cents per $100 of the property’s value. For example, if the property’s value is $10,000, then the property tax is calculated as follows:
    Tax= $10,000 /100 * .64

    I also have to attatch the code to a form1design. Please someone help

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Need help writing the code for this property tax app

    I have found that the best thing for the flu is..

    http://www.airbornehealth.com/products/

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