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

    Help, simple MASM615 program

    Hi all, I'm a newbie in Assembly Language Program. I've tried on this program but mine cannot run at all .... Below shows the question and I've attached my answer (tsk2.txt), hope to get the guideline and teaching from u guys...thx

    ========================================
    A salesperson for a used cars company is compensated using a commission system. Construct a simple commission system in Assembly Language. The commission is computed based on the selling price for the vehicle.

    Commission = commission rate X sales price

    The screen will allow the user to enter salesperson's name, joined date, the selling price of the vehicle and the cost value of the vehicle. Use a constant of 5 percents for the commission rate for those salesperson who services the company for less than or equal 5 years and 10 percents for others.
    ========================================

    Hope to get the answer soon, thanks to all professionals ^^
    Attached Files

+ Reply to Thread

Bookmarks

Posting Permissions

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



HTML5 Development Center

Click Here to Expand Forum to Full Width