answersLogoWhite

0

guitarFX

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What car part means the same thing as a flower?

pedal]


You want to do an exercise 8 times Here is a for loop that does that Can anyone rewrite this into a while loop that does the exact same thing?

Yes, it is easy.


Is a DOWHILE loop more flexible than a dountil loop?

No, they are equivalient. DO something WHILE condition; does the same thing as DO something UNTIL NOT condition;


What are the Rules associated with for loop in C programming?

There are no "Rules", you only have to remember the syntax:for (; ; ) it is the same thing as:;while () {;}


Is the gain same for the same system in open loop and close loop?

no.


What is hook and loop on a hat?

The hook and loop on a hat is the velcro at the back, where it does up, the loop is the soft furry side of the velcro and the hook is the hard,scratchy side!


Are quality and security the same thing in software?

No, they are two completely different concepts


For loop -uses?

You can use a for loop whenever you can use a while loop; it's the same.


What is a foot pedal?

A foot pedal is the same thing as one of the brake, accelerator or clutch pedals in a car, it is could also refer to one of the pedals on a bicycle or the pedal on a sewing machine. In other words it is a leaver operated by a person's foot.


Which loop is used when two things are done at the same time?

A loop inside a loop, which is known as a nested loop.


Is acrobat reader the same as Adobe reader?

Yes. Adobe is the company and acrobat is the software. It's the same thing.


Can you write switch statement with in while loop?

Yes. The same goes for for-loop and do-while-loop.