Search:

Type: Posts; User: SecTech

Search: Search took 0.38 seconds.

  1. Replies
    1
    Views
    1,467

    Why does this keep happening?

    The project description file (.project) for 'Break' is missing. This file contains important information about the project. The project will not function properly until this file is restored.

    ...
  2. Please show me where I went wrong? I have tried many numbers to check, but the bottom line in output still comes.

    class If{


    public static void main( String[] args )
    {
    if ( 5 > 1 ) System.out.println( "Five is greater than one." );

    if ( 2 < 4 )
    {
    System.out.println( "Two is...
  3. Replies
    3
    Views
    1,112

    Re: What's wrong with my code?

    Thanks. I did the num thing. I got it right, but how do I get things not to run into each other? There should be a space between answers. Everything is stuck together. Thanks again.

    Initial isM...
  4. Replies
    3
    Views
    1,112

    What's wrong with my code?

    class DataTypes {

    public static void main(String[] args) {
    char letter = 'M';
    String title = "Java In Easy Steps";
    int num = 365;
    float decimal =...
  5. Thread: Errors In Java

    by SecTech
    Replies
    2
    Views
    1,005

    Errors In Java

    I keep getting these 8220 and 8221 error codes in Java and apparently, the 8220 errors are caused by smart quotes in my word processor, but I don't know how to disable them. I use Apache Openoffice...
  6. Thread: New To Java

    by SecTech
    Replies
    3
    Views
    929

    New To Java

    Could you show me where I went wrong with this program? It comes from a book and doesn't explain anything. Thanks.


    class FirstVariable
    {
    public static void main ( String[] args );
    {...
  7. Replies
    1
    Views
    1,094

    Javac Errors At Command Prompt

    I got this working in XP, but now that I'm using Windows 8, Javac isn't recognizable or something...

    Where did I go wrong?

    I noticed that when I get into the command prompt, it doesn't say "...
Results 1 to 7 of 7