Thread: Basic C program

  1. #1
    Registered User
    Join Date
    Sep 2010
    Posts
    6

    Basic C program

    Design a program in C which, when executed, will print your last name
    on the computer screen. This output is to be comprised of twenty rows of
    the same character which will be the first character of your last name.

    output:

    K K
    K K
    K K
    K
    K
    K
    K
    K
    K

  2. #2

  3. #3
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Ok, the link to your pdf didn't work, which is ok, because nobody is going to want to help. Why? You need to attempt some code before you ask for help. Nobody wants to write your program for you. Since you didn't read the forum rules first, you likely also didn't read the thread on posting code. So read the following threads (linked below), then get to work on your program. Afterward, if you get stumped, you can ask for help.

    Forum Guidelines - Read before posting
    Homework
    Posting Code? Read this first!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 29
    Last Post: 10-22-2009, 11:01 AM
  2. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  3. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  4. IDEA: A basic drawing program
    By ygfperson in forum Contests Board
    Replies: 0
    Last Post: 08-12-2002, 11:15 PM
  5. Replies: 2
    Last Post: 05-10-2002, 04:16 PM