Search:

Type: Posts; User: Variumzky

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,073

    Array counting problem

    Hello, so i saw a challenge on youtube which wanted you to generate 100 values from 1-6 and show the percentages I can't figure out what to put into the last bit of code, the diceCount brackets.

    ...
  2. Replies
    3
    Views
    1,296

    [SOLVED] Re: If condition not working.

    Thank you sir!

    --- Update ---


    I'm still kinda curious though, why didn't the == operator work?
  3. Replies
    3
    Views
    1,296

    [SOLVED] If condition not working.

    Hello, i'm trying to make a program that checks for your username and password which are stored in strings, it seems to take the else route everytime i enter the username right though.


    import...
  4. Replies
    5
    Views
    1,352

    Re: A little question

    So i've read something about strings, but my script isn't working, it always goes the 'else' route.

    import java.util.Scanner;
    public class passwordCheck {
    public static void main(String...
  5. Replies
    5
    Views
    1,352

    Re: A little question

    Yes, i've heard of them although i'm not 100% familiar with them...
  6. Replies
    5
    Views
    1,352

    A little question

    How would i store data which is provided in letters, lets say i can do, as you can see the data is stored in numbers.
    int boys, girls;
    boys = 8;
    girls = 8;
    I would like to make a password...
Results 1 to 6 of 6