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

    GradeCalculator program troubles

    im trying to make a gradeCalculator program that takes in inputs through a function, multiplies the grades by a constant value for their weighted % of the overall grade and calculate the final grade by adding the weighted values and output it using another funciton

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: GradeCalculator program troubles

    You certainly picked a nice day for it. Have a good time.

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