what is the difference between a looping statement and a
decision statement
Answer Posted / ankit guha
the main difference between looping statement and decision making statement is that in loop the statement execute several times until the condition would not get false whereas in decision the statement execute either one or not execute on the basis of the condition provided.
| Is This Answer Correct ? | 25 Yes | 6 No |
Post New Answer View All Answers
what is the software to run the GSM gate opener program
When we use Windows authentication mode
What is the merger sort principle and its time complexity.
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
Write a program to swap the content of two variables without using a third variable.
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
What is web.configuration? how is it work? & wht is use this?
where is available in this mantis toturials?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
define profiler???
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)