answersLogoWhite

0

They are different tools for different jobs. This is like asking which is better, a hammer or a screwdriver?

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Where can one purchase a robin loop tester?

One can purchase a robin loop tester from Ebay. One can also purchase a robin loop tester from electrical shops or from electrical dealers which carry robin loop testers.


Why while loop devoloped while for loop already present?

These statements are equal parts of the language, none of them if the 'better' or the 'older'.


Why is closed loop recycling better than downcycling?

Because closed-loop recycling produces more recyclable materials.


What is unique about a DOWHILE loop?

A DO-WHILE loop will always execute at least one iteration of the loop body. This is because the condition that controls the loop comes at the end of the loop, rather than at the beginning as per a WHILE or FOR loop.


How many times is ado while loop guaranteed for a loop?

one or more


What type of loop uses a boolean expression?

A "while" loop is appropriate in this case - one in which the condition is evaluated at the beginning of the loop.


Is a lawyer a open or closed loop?

It depends. Which is more corrupt? -- An open loop or a closed loop? Whichever one is more corrupt, selfish, and greedy, then that is the one that befits attorneys.


Would a controlled designed closed or opened loop system enables better control of the system?

Open loop (single cycle) involves a break requiring a restart, easily adapted to closed loop.


When loops are nested does one loop have to end before the other begins?

If one loop ends before the next begins then they are not nested at all -- they are completely independent. To be nested, one loop must contain the other loop in its entirety. That is, the inner, nested loop must start and end within the outer, containing loop. Nested loop example (in C++): for( int x = 0; x < 10; ++x ) // outer loop { for( int y = 0; y < 10; ++y ) // inner loop (nested loop) { printf( "%d x %d = %d\r\n", x, y, x*y ); } // end of inner loop } // end of outer loop


How can I loop a strap effectively?

To loop a strap effectively, follow these steps: Hold the strap in one hand and create a loop by crossing one end over the other. Bring the end that is underneath up and through the loop. Pull both ends to tighten the loop securely. Adjust the size of the loop as needed for your specific use.


What is the minimum number of times a do- while loop is executed?

A do while loop is executed at least one time.


The Loop it's best to be out of?

An infinite loop - one that never stops. Unless that is what you intended.