Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2253

Re: Wont compile!!!

Path csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From Knute Johnson <nospam@knutejohnson.com>
Newsgroups comp.lang.java.help
Subject Re: Wont compile!!!
Date Sat, 10 Nov 2012 16:16:54 -0800
Organization A noiseless patient Spider
Lines 45
Message-ID <k7mqpm$tho$1@dont-email.me> (permalink)
References <35e5c178-ae32-4b1b-930e-5ab16276c3dc@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Sun, 11 Nov 2012 00:16:54 +0000 (UTC)
Injection-Info mx04.eternal-september.org; posting-host="9b3fcb0d22708969e4dc99e7aa0ef1f9"; logging-data="30264"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+qqIYIP5XM3Bx8T8Ysysvd"
User-Agent Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1
In-Reply-To <35e5c178-ae32-4b1b-930e-5ab16276c3dc@googlegroups.com>
Cancel-Lock sha1:aMeJ4wM5awd+tNhIeELNaDDq7Ck=
Xref csiph.com comp.lang.java.help:2253

Show key headers only | View raw


On 11/10/2012 4:06 PM, tyrelmatadin921@gmail.com wrote:
> This code will not complile and it is really stressing me out.
> If someone could help me out i would really apreciate it. thanks in advanced
>
> package sheridan;
>
> import java.util.Scanner;
>
> public class PayrollStatement
> {
>      PayrollStatement payState = new PayrollStatment();
>
>      payState.printEmployeeName();
>
>      public void printEmployeeName()
>      {
>          System.out.println ("Please enter name");
>          Scanner input = new Scanner(System.in);
>          String employeeName = input.nextLine();
>
>          payState.isEmpty();
>
>
>      }
>      public boolean isEmpty();
>      {
>          String employeeName;
>          if (employeeName == true)
>          {
>              System.out.println ("Not entered");
>              Scanner input = new Scanner(System.in);
>              String employeeName = input.nextLine();
>          }
>
>      }
> }
>

I'm sure it won't.  Why don't you show us the error messages and tell us 
a bit about what it is you are trying to do?


-- 

Knute Johnson

Back to comp.lang.java.help | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Wont compile!!! tyrelmatadin921@gmail.com - 2012-11-10 16:06 -0800
  Re: Wont compile!!! Knute Johnson <nospam@knutejohnson.com> - 2012-11-10 16:16 -0800
    Re: Wont compile!!! tyrelmatadin921@gmail.com - 2012-11-10 16:39 -0800
      Re: Wont compile!!! Knute Johnson <nospam@knutejohnson.com> - 2012-11-10 20:44 -0800
      Re: Wont compile!!! Roedy Green <see_website@mindprod.com.invalid> - 2012-11-11 02:51 -0800
  Re: Wont compile!!! Joerg Meier <joergmmeier@arcor.de> - 2012-11-11 01:51 +0100

csiph-web