Search:

Type: Posts; User: soltaisam

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    683

    Please help me to check what to do to stop the loop after putting the second value

    import java.util.Scanner;
    public class LoanProgram2{
    public static void main (String [] args){
    Scanner input= new Scanner(System.in);

    System.out.println("Enter the loan amount: ");...
  2. Replies
    3
    Views
    683

    Please help me to check what to do to stop the loop after putting the second value

    import java.util.Scanner;
    public class LoanProgram2{
    public static void main (String [] args){
    Scanner input= new Scanner(System.in);

    System.out.println("Enter the loan amount: ");...
  3. Replies
    3
    Views
    683

    Re: Beginner programmer here

    import java.util.Scanner;
    public class LoanProgram2{
    public static void main (String [] args){
    Scanner input= new Scanner(System.in);

    System.out.println("Enter the loan amount: ");...
Results 1 to 3 of 3