Search:

Type: Posts; User: 0ffConstantly

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,866

    [SOLVED] Re: Parse then analyze with an array?

    Okay after hours of scouring google and stackoverflow I kind of have a solution. It doesn't look very pretty and it feels like I put it together using duck tape but here is what I got. I'm studying...
  2. Replies
    1
    Views
    1,866

    [SOLVED] Parse then analyze with an array?

    I am making a password strength rater for fun and I am just missing one part of the equation. I'm trying to find a way to add value to my C variable so that if has an upper case letter it adds 26,...
  3. Replies
    3
    Views
    1,348

    [SOLVED] Re: Boolean or If?

    Ahhh okay. That was simple. If any other beginners out there are thinking about trying codeacademy.com just don't. They have me confused and using ridiculously wrong syntax.
    Here's the code I ended...
  4. Replies
    3
    Views
    1,348

    [SOLVED] Boolean or If?

    After a few tutorials I've finally started playing around with the GUI and I'm playing with taking user input and putting them into an equation. Right now my problem is trying give a Yes/No answer a...
  5. Re: Fun little problem I made for myself, and now I need help trying to solve it.

    Yeah, the class names were just from the tutorial. I usually like to stay more organized. Anyways thank you! That really helped. I was struggling with how to get integer values to compare and how to...
  6. Fun little problem I made for myself, and now I need help trying to solve it.

    I just finished a tutorial on youtube on how to set a time then make it display in military format. I followed along and did the actual tutorial just fine. But I decided to give myself a little...
  7. Re: Trying to follow tutorial. Embarrassingly stuck.

    I didn't even know that was possible. I haven't seen any tutorials that don't use an IDE.
  8. Re: Trying to follow tutorial. Embarrassingly stuck.

    I just checked and it looks like I did that step. My Main.java file looks like this

    package acrostic;

    import org.me.mylib.LibClass;

    /**
    *
    * @author One
    */
  9. Trying to follow tutorial. Embarrassingly stuck.

    Hi guys, I'm just starting to learn java so I've been looking around for good tutorials. Right now I'm on this one Developing General Java Applications - NetBeans IDE Tutorial

    on the Debugging the...
Results 1 to 9 of 9