Search:

Type: Posts; User: DeadlySwordz

Search: Search took 0.09 seconds.

  1. Help on a HW assignment if password is valid or invalid?

    i don't know why i can't understand how to write some code. maybe it's because it's been a yr since i took my last java class, but i am having trouble in coding this HW.
    this is our given code :
    ...
  2. Re: Finding the smallest element and shifting....

    i couldn't figure it out. the lines i added are :

    public static int min(double[] list) {
    double min = 0;
    for (int i = 1; i < numbers.length; i++){
    if (numbers[min] >...
  3. Re: Finding the smallest element and shifting....

    bump...anyone?
  4. Replies
    7
    Views
    3,447

    Re: Calendar Program Help

    yea thanks for the posts WhiteSoup12 it's helping us new programmers understand more. what editing software are you using to write your code? i connect to my schools software from home. i downloaded...
  5. Finding the smallest element and shifting....

    Hello again. I been trying to do this java HW all day but i am starting to get a headache lol. This HW has to do with getting the user to input 6 numbers and save them into an array. After that is to...
  6. Replies
    7
    Views
    3,447

    Re: Calendar Program Help

    omg! it worked!! Thank You! But I can't believe how i couldn't figure out how to write and where to write this 1 line of a simple code...... :confused:
  7. Replies
    7
    Views
    3,447

    Calendar Program Help

    So i am new to java programming. My University Professor assigned us a Lab to have a user input a year and a month so it displays the correct amount of days in a month etc. He told us to just find...
Results 1 to 7 of 7