Search:

Type: Posts; User: goldest

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    4,729

    Re: Multiplication code

    This is what I was thinking about,


    import java.io.*;

    public class MultiplicationTest {

    public static void main(String args[]) {
    System.out.print("Enter Number: ");
    BufferedReader...
  2. Replies
    4
    Views
    4,729

    Re: Multiplication code

    In case if you are totally chocked up about how to get started, here are some pointers.

    1) Use chained stream readers to get the console input.

    2) Read the console input into a String.

    3)...
Results 1 to 2 of 2