Search:

Type: Posts; User: Marcella74

Search: Search took 0.10 seconds.

  1. Thread: Code help

    by Marcella74
    Replies
    3
    Views
    1,303

    Re: Code help

    What I am trying to do is to store email address and phone numbers in this program. the console should come up with 1 - list entry, 2- add entry and 3 exit, then i would click the number of what i...
  2. Thread: Code help

    by Marcella74
    Replies
    3
    Views
    1,303

    Code help

    Trying to write a code that store email addresses and phone numbers. I know I am missing a lot but have no idea how to do it.


    <package AddressBookEntryApp;

    import java.io.BufferedWriter;
    ...
  3. Re: Need help with my code for calculating monthly payment on a loan

    Does anyone have an idea???
  4. Re: Need help with my code for calculating monthly payment on a loan

    Okay I am not sure how to tell it to do that. Can you give me a tip on how to do it please?
  5. Need help with my code for calculating monthly payment on a loan

    I can get it to enter amount and also enter rate and enter amount of years but can't get it to tell me the monthly payment for some reason. I know I am missing something.


    import...
  6. Replies
    9
    Views
    1,033

    Re: help with code

    thank you so very much I was able to do it.
  7. Replies
    9
    Views
    1,033

    Re: help with code

    Can you please give me a tip on how to add it to the program without changing anything but for it to let me continue. I tried to add a while loop and it just puts all the factorials at once and that...
  8. Replies
    9
    Views
    1,033

    Re: help with code

    import java.util.Scanner;

    public class Project4 {

    /**
    *
    * @param args
    */
    public static void main(String[] args) {
  9. Replies
    9
    Views
    1,033

    Re: help with code

    I don't know how to wrap my code. and about the continue after I get my factorial for the number I put in, i need it to ask me to continue so I can put a new number in to get the factorial of a new...
  10. Replies
    9
    Views
    1,033

    help with code

    I have this school assignment and I just about got it but for some reason I cannot get the continue to let me continue after I click y.

    import java.util.Scanner;

    public class Project4 {
    ...
Results 1 to 10 of 10