Search:

Type: Posts; User: marlontoyo

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,307

    help for this java question

    Make a program that will display the multiplication table, the out must depend upon the user input.

    SAMPLE OUTPUT:

    Please enter a number from 1 to 10: 2

    2*1=2
    2*2=4
    2*3=6
    2*4=8
  2. Thread: HELP PLEASE

    by marlontoyo
    Replies
    6
    Views
    999

    [SOLVED] Re: HELP PLEASE

    ok i done Thanks :)
  3. Thread: HELP PLEASE

    by marlontoyo
    Replies
    6
    Views
    999

    [SOLVED] Re: HELP PLEASE

    Enter gender: f
    FEMALE
    Exception in thread "main" java.lang.NumberFormatException: For input string: ""

    at java.lang.NumberFormatException.forInputString(NumberFormatException.
    java:48)...
  4. Thread: HELP PLEASE

    by marlontoyo
    Replies
    6
    Views
    999

    [SOLVED] Re: HELP PLEASE

    why should i do to run this program?
    when i input F the output is Female and when i input M the output is Male? Please help me
  5. Thread: HELP PLEASE

    by marlontoyo
    Replies
    6
    Views
    999

    [SOLVED] HELP PLEASE

    import java.io.*;
    public class gender{
    public static void main(String [] args) throws Exception{
    BufferedReader br=new BufferedReader(new InputStreamReader(System.in));

    char gender;
    int...
Results 1 to 5 of 5