Search:

Type: Posts; User: golf_fanatic

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    4,263

    by the way this was the final for my programming...

    by the way this was the final for my programming course and if i got the program working i got a 100 on my final i just emailed my instructor and he will help me finish the making the code work so...
  2. Replies
    13
    Views
    4,263

    lol thats my fault the converter did that and i ...

    lol thats my fault the converter did that and i just changed it


    for (i = 0; i < width; i++)
    document.write(c);
    document.write('\n');
    for (i = 1; i < height; i++)
    {
    document.write(c);
    for...
  3. Replies
    13
    Views
    4,263

    thx for explaining it for me i got this so far...

    thx for explaining it for me
    i got this so far in java script i just need to change the non workign variables into my variables i believe


    {
    int i;
    int j;


    for (i = 0; i < width; i++)
  4. Replies
    13
    Views
    4,263

    i rlly dont know why i even took the class its...

    i rlly dont know why i even took the class its not required in my business degree i just always wanted to know a little bit of programming so i took pricncliples of programming i believed i...
  5. Replies
    13
    Views
    4,263

    im not trying to become a programmer i just...

    im not trying to become a programmer i just needed some help converting it i understand simple javascript this character box is just very complexed and since it looked so similar to javascript i...
  6. Replies
    13
    Views
    4,263

    javascript

    javascript
  7. Replies
    13
    Views
    4,263

    I found this if some one could help me covert it...

    I found this if some one could help me covert it to fit into my script above id appreciate it



    void printsquare ( int width, int height, char c )
    {
    int i;
    int j;

    for ( i = 0; i <...
  8. Replies
    13
    Views
    4,263

    Nested loop Character box

    Hi i need a little help on a program im working on it ask the user for a keyboard character and a number of rows and columns
    to look like this

    RRRRR
    R___R
    R___R
    R___R
    RRRRR
    and also...
Results 1 to 8 of 8