answersLogoWhite

0


Best Answer

do you mean drip loop?

its where a cable coming down a wall, loops down then up before going through the wall. means water running down the cable will not enter wall with cable

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a drop loop?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What feels worse a roller coaster drop or a loop?

Personally a drop.


Does saw the ride have an upside down loop?

It has one loop and 2 inversions, and the 100ft drop at 100 degrees ;-)


Did they take the drop out of Hades Mt Olympus?

No, the drop is still there but now it is equipped wit ha 360 degree loop.


What are the release dates for The Loop - 2006 Bear Drop Soup 1-6?

The Loop - 2006 Bear Drop Soup 1-6 was released on: USA: 12 April 2006 Australia: 1 February 2007 Belgium: 21 November 2009


What is the syntax for a For Loop with a counter?

for(int i = 0; i < number; i++){ // ... Do stuff ... } A for loop behaves exactly like: int i = 0; while(i < number){ // ... Do stuff ... i++; } The first of the three parameters in the for loop simply initiates a variable, in the example, 'int i = 0'. If you are initiating an already existing int, you must drop the 'int' declaration and just do 'i = 0'. The second parameter (after the first semicolon(;) ) tells the for loop when to execute. The statement must resolve to true or false. It is evaluated before each loop and, if true, the loop executes. The third parameter (i++) executes at the end of every loop. This is where you would provide your incrementer for your counter. The for loop was made to make the while loop with a counter easier to read and write. You could also write: int i = 0; for(;i < number;){ // ... Do stuff... i++; } And your for loop has become a while loop.


What are the release dates for Loop Loop Loop Loop - 2014?

Loop Loop Loop Loop - 2014 was released on: USA: 15 February 2014


What is the allowable voltage drop for a branch ct?

The voltage drop in any branch (closed loop) of a series parallel circuit is equal to the APPLIED VOLTAGE(NOVANET) Without looking in my codebook, I believe it is 2% on a branch circuit.


Which law states that the algebraic sum of the electromotive force and voltage drop around any closed electrical loop is zero?

Kirchhoff's voltage law.


What is a nested loop in java?

A nested loop is a (inner) loop that appears in the loop body of another (outer) loop. The inner or outer loop can be any type: while, do while, or for. For example, the inner loop can be a while loop while an outer loop can be a for loop.


The while loop is a type of loop?

Is loop


What is loop logic structure?

I believe it is: Loop condition Loop actions And how the loop breaks


What is a curve or circle in a piece of string?

it's a loop