Search:

Type: Posts; User: mrivera85

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    839

    [SOLVED] Re: Remainder issue

    Here is the "calculation" portion of the code:



    int tempLeft = sum/perTerm; //Calculates number of terms left
    int termLeft = 0;
    if ((tempLeft % 4) == 0){
    ...
  2. Replies
    5
    Views
    839

    [SOLVED] Re: Remainder issue

    My apologies - here's the output:

    Welcome to the Western Governor's University Graduation Planner!
    We will calculate the number of terms you have left until graduation,
    along with the amount...
  3. Replies
    5
    Views
    839

    [SOLVED] Remainder issue

    The actual computations aren't working properly when it comes to the remainder. Specifically the variable termLeft. Any suggestions?



    package graduationplanner;
    import java.util.Scanner;...
Results 1 to 3 of 3