Search:

Type: Posts; User: iamgonge

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,131

    Re: Getting confused need to add a for loop

    alright so the last thing i needed to do is rewrite to code so that i can enter values for each question and then have passed to a method for calculation and then passed backed for both to be printed...
  2. Replies
    7
    Views
    1,131

    Re: Getting confused need to add a for loop

    Im not sure what you mean by different section, but Ill see what I can find. Your right they must be ways to display this info in a more professional manner
    thanks for your help its much appreciated!
  3. Replies
    7
    Views
    1,131

    Re: Getting confused need to add a for loop

    thanks again
    heres what i got currently



    import java.text.DecimalFormat;
    import java.util.Scanner;

    public class Project1 {
    public static void main(String[] args) {
  4. Replies
    7
    Views
    1,131

    Re: Getting confused need to add a for loop

    thanks that help alot!! so a few things i dont know how to change the increment like you said to 10 i tried

    or (double myPercent = 0; myPercent <=100; myPercent+10 ){ and also tried adding a...
  5. Replies
    7
    Views
    1,131

    Getting confused need to add a for loop

    hi Im writing this program its a mortgage calculator. It works by entering data for each question such as down payment. My instructor wants us to change the code with a for loop that calculates...
Results 1 to 5 of 5