Search:

Type: Posts; User: cbplayer

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,101

    Re: Whats wrong here??

    It says this method must return a result of type int.


    import java.util.Scanner;
    public class chap9 {

    public static void main (String[] args) {


    String message = "statement";
  2. Replies
    3
    Views
    1,101

    Whats wrong here??

    It keeps saying that the method must return a result of type int but I already made return the result.


    import java.util.Scanner;
    public class chap9 {

    public static void main (String[] args)...
Results 1 to 2 of 2