User Profile

Collapse

Profile Sidebar

Collapse
blamp
blamp
Last Activity: Nov 16 '08, 05:35 PM
Joined: Oct 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blamp
    started a topic need help
    in C

    need help

    Im writing a fraction calculator program I finished the program but keep getting an error on the do while function. can someone help

    heres the program
    Code:
    #include <iostream>  
    #include <iomanip>  
    #include <cmath>
    
    using namespace std;    // Internal storage 
    
    int choice;    
    int num1;      
    int denom1;      
    int num2;    
    int denom2;
    ...
    See more | Go to post

  • blamp
    started a topic need help ASAP!
    in C

    need help ASAP!

    cant get this code too print the correct message

    if (score >= 60)
    cout << "You pass." << endl;
    else;
    cout << "You fail." << endl;
    See more | Go to post

  • blamp
    replied to Calculate Grade
    in C
    Nothing comes up, it's suppose to print the letter grade that goes with the course score.
    See more | Go to post

    Leave a comment:


  • blamp
    started a topic Calculate Grade
    in C

    Calculate Grade

    I have completed most of the program I just cant get the letter grade to print from the void printGrade function.The output of the program should be:

    Line 1: Based on the course score, this program computes the course grade.
    Line 4: Enter course score:_

    Line 6: Course score is:_
    Line 7: Your grade for ths course is_

    here is the program:

    #include <iostream>
    using...
    See more | Go to post
No activity results to display
Show More
Working...