Search:

Type: Posts; User: Fanta Hubert

Search: Search took 0.24 seconds.

  1. Re: The program is right... but nothing is coming in the output....pleasse help...

    Yes....the program isn't showing me anything at all.. its not asking me anything....when I run..it just shows... BUILD SUCCESSFULL..(run time: 0 seconds)
  2. The program is right... but nothing is coming in the output....pleasse help...

    import java.util.Scanner;
    class Balance
    {
    Scanner sc=new Scanner(System.in);
    int bal;
    void balc()
    {
    System.out.println("\n Enter the Amount : ");
    ...
Results 1 to 2 of 2