Search:

Type: Posts; User: KollyBright

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    794

    Re: simple program

    The error is that instead of me to enter integer I enter string.
  2. Replies
    3
    Views
    794

    simple program

    i was told to write a program to test if the value is digit or not .. import java.util.Scanner;
    public class Test_For_Digit {

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