Search:

Type: Posts; User: ZaneDarklace

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    868

    Re: two for one

    the m array is actually the descending array. i just couldnt figure out how to make it descending.

    --- Update ---

    i have it to where it descends in order but i have yet to make it to where the...
  2. Replies
    4
    Views
    868

    two for one

    Hello. I am working on this and it asks for me to print a series of names in ascending order then descending order. This is what the projects asks:
    Call both your project and class AscendDescend....
  3. Re: Converting from decimal to hexadecimal. Can't figure out how to output correctly

    This is an example of the code that i use to convert decimal numbers to hexadecimal numbers. you will need a for loop too.


    int x = 3901;
    System.out.println( Integer.toHexString(x) );
  4. Replies
    3
    Views
    978

    sortstringarray

    Please help me. i am working on this project and i believe that i am going the wrong way on it. it says to create a String array call ss. It will contain the following Strings in the order shown....
  5. Replies
    2
    Views
    4,251

    Re: Char array to a String array with hex

    have you tried to use a loop? try inserting a loop and then use the code:

    System.out.println(Integer.toHexString(x));
  6. Re: I have certain questions that i would like answered.

    so basically I must be what you are?
  7. I have certain questions that i would like answered.

    How do members start blogs?

    Can non-moderators start articles?
  8. Re: Blue Pelican Java- Array of Hope; char array for loops?

    My apologies. I must have skipped over that. thank you
  9. Thread: Zane

    by ZaneDarklace
    Replies
    4
    Views
    939

    Re: Zane

    Thank you for the headsup.
  10. Re: Blue Pelican Java- Array of Hope; char array for loops?

    I just finished this project. i used this code and it worked beautifully.


    ....
  11. Replies
    18
    Views
    1,899

    Re: Looking to work with other beginners

    I have maybe 3 months in programming so i would perhaps like to join you on projects.
  12. [SOLVED] Re: Blue Pelican Java- Array of Hope; char array for loops?

    the code i posted creates an array of decimal numbers 65 - 90 on the left hand side and they print straight down. i have a code next to it that prints characters a - z and they go straight down. i...
  13. Thread: Zane

    by ZaneDarklace
    Replies
    4
    Views
    939

    Re: Zane

    I have already read the forum. thankyou though.
  14. [SOLVED] Re: Blue Pelican Java- Array of Hope; char array for loops?

    i am working on the same project and i got the code to make them print going down but not sideways.


    public class ArrayofHope
    {
    public static void main(String args[])
    {
    ...
  15. Thread: Zane

    by ZaneDarklace
    Replies
    4
    Views
    939

    Zane

    Hiya everyone. As of right now i am still in highschool. i am a senior. on my way to graduation \:D/
    woot woot. I am taking an AP Computer Science class and i need a lot of help.
Results 1 to 15 of 15