Results 1 to 4 of 4

Thread: How are repeative task are performed in any programming language ?

  1. #1
    Join Date
    Dec 2010
    Posts
    37

    How are repeative task are performed in any programming language ?

    I am a college student and have just cleared my secondary education and looking forward to be a programmer in future , I have a basic knowledge of few web development language like HTML and a development language C, I do not know much about these but know how to perform simple tasks, since there are a lot of repeatable task done in any development , so are those task done manually or there is some way tho those tasks ?

  2. #2
    Join Date
    May 2009
    Posts
    539

    Re: How are repeative task are performed in any programming language ?

    I think it is too early for you to do such type of things , first you will have to learn basic things such as declaration of variables and assigning proper data types to those variables. Well I do not mind you telling how the repeatability is overcome in languages. It is done with the help of loops.If asked about JAVA there are different types of loops of which for loop is the most commonly used

  3. #3
    Join Date
    Apr 2009
    Posts
    488

    Re: How are repeative task are performed in any programming language ?

    There is one more loop called as while loop , in this loop the condition is checked first then the statement block is executed , This block is executed only when the statement is true then only the statement is executed , the expression is considered as a boolean expression and if the Boolean expression falls true the code part of the statement is executed.

  4. #4
    Join Date
    May 2009
    Posts
    527

    Re: How are repeative task are performed in any programming language ?

    The for loop is another kind of loop that works in the similar manner to the while loop, here the only difference is that the initializing variable can be done inside. There is one more loop called as Do while loop in which the statement is executed one time even if the condition of the expression is satisfied or not, but in the control statements like for loop and while loop if the statement is to be executed the condition must be satisfied. There is a loop called for each loop which is mainly used for objects and arrays.

Similar Threads

  1. Do you think HTML is a Programming language
    By Mr Alfa in forum Polls & Voting
    Replies: 3
    Last Post: 26-11-2010, 05:40 PM
  2. Most popular programming language
    By SoftWore in forum Polls & Voting
    Replies: 12
    Last Post: 14-08-2010, 09:42 AM
  3. What are HTA in Programming Language?
    By Silent~Kid in forum Software Development
    Replies: 4
    Last Post: 27-02-2010, 05:31 AM
  4. Socket programming: Is any new Programming Language?
    By Kushan in forum Software Development
    Replies: 3
    Last Post: 14-11-2009, 11:13 AM
  5. Problem regarding PHP Programming Language
    By NetWorm in forum Software Development
    Replies: 3
    Last Post: 02-03-2009, 03:04 PM

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
  •  
Page generated in 1,711,694,619.72172 seconds with 17 queries