Search:

Type: Posts; User: lina_inverse

Search: Search took 0.07 seconds.

  1. For loop does not execute the first command after 2nd time

    Here is my code:


    import java.util.Scanner;

    public class BankAccount1
    {
    public static void main(String[] args)
    {
    Scanner input = new Scanner(System.in);
  2. For loop, the first command in the loop does not get executed the 2nd time..

    Here is my code:


    import java.util.Scanner;

    public class BankAccount1
    {
    public static void main(String[] args)
    {
    Scanner input = new Scanner(System.in);
Results 1 to 2 of 2