Search:

Type: Posts; User: Harrisk9

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    5,806

    Re: Alternative to the scanner method

    Because I have not covered the scanner method in my course yet hence this is was not accepted by my teacher. I learned how to do it this way by reading tutorials online in the first place but I was...
  2. Replies
    2
    Views
    5,806

    Alternative to the scanner method

    import java.util.*;
    import javax.swing.*;

    public class CH4Q16 {


    public static void main(String[] args) {

    System.out.print("Enter The Double Number: ");
    ...
Results 1 to 2 of 2