+ Reply to Thread
Page 177 of 363 FirstFirst ... 77127167175176177178179187227277 ... LastLast
Results 1,761 to 1,770 of 3627

Thread: Clipboard Game

  1. #1761
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    int intRow = 5;
    
            
            for (int i = intRow; i>0;i--) {
                for (i=1;i<=intRow;i++) {
                    // print the number of stars equivalent to intRow
                    System.out.print("*");
                }
                System.out.print("\n");
                // decrease intRow, so we have one less star on each row
                intRow--;
            }

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #1762
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Clipboard Game

    Code:
    http://uk3.php.net/control-structures.alternative-syntax
    Can you believe the New Posts link doesn't bring up any new posts, because I've replied to them all?

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  4. #1763
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    int intRow = 5;
    
            
            for (int i = intRow; i>0;i--) {
                for (i=1;i<=intRow;i++) {
                    // print the number of stars equivalent to intRow
                    System.out.print("*");
                }
                System.out.print("\n");
                // decrease intRow, so we have one less star on each row
                intRow--;
            }

  5. #1764
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Clipboard Game

    Code:
    lettings@caribbean-unpackaged.com

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  6. #1765
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    http://uk3.php.net/control-structures.alternative-syntax

  7. #1766
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: Clipboard Game

    Code:
    Login to the system as this user, display all the currently set environment variables and redirect the system output to a file a called environment_variables.txt

  8. #1767
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    http://uk3.php.net/control-structures.alternative-syntax

  9. #1768
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Clipboard Game

    Code:
    PHP Port Sniffer

  10. #1769
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    cannot find symbol
    symbol :class GroupLayout
    location : package.javax.swing

  11. #1770
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Clipboard Game

    Code:
    zd�������[/

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intercepting Clipboard events
    By mnirahd in forum C and C++
    Replies: 1
    Last Post: 02-01-2011, 12:49 PM
  2. The Clipboard - VB.NET
    By Vswe in forum Visual Basic Tutorials
    Replies: 2
    Last Post: 11-13-2009, 08:14 AM
  3. Copy To Clipboard Help - Probably easy fix...
    By Souluna in forum JavaScript and CSS
    Replies: 1
    Last Post: 07-07-2009, 05:16 AM
  4. Clipboard
    By dirkfirst in forum C# Programming
    Replies: 3
    Last Post: 07-14-2006, 10:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts