CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: adb143

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    4,666

    Re: Assistance with Pennies for Pay problem.

    I've made a number of changes to my code thus far. Im still trying to figure out how to do the mathematical part of it.
    This is my code so far
    Any hints would be greatly appreciated

    private...
  2. Replies
    2
    Views
    4,666

    Re: Assistance with Pennies for Pay problem.

    im at work an my laptop is at home so I cant post what I have but here is the basics of were I am at

    decimal salary = 0.01m
    int total = 0
    int days // days worked

    // Get the days...
  3. Replies
    2
    Views
    4,666

    Assistance with Pennies for Pay problem.

    I am currently taking a programming class and we are using Visual Studios Express 2010, working out of the Starting Out With Visual C# 2010 2nd edition by Tony Gladdis.

    I am completely stuck on a...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured