answersLogoWhite

0

i don't knoe

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Can a question be a statement?

what is the word used when a statement is written as a question?


What term is used to describe an if-then statement?

hypothesis is an if, then statement


Where is the continue statement NOT usually used?

The continue statement is not actually used when it is the last statement of the body of the loop. Plus: outside any loop it is rarely or never used.


What statement is used to skip a part of loop?

The continue statement is used to skip the balance of a loop.


What is the sources of information used to prepared the income statement?

The Income Statement section of the work sheet is the information source used in preparing the income statement.


Which SQL statement is used to extract data from a database?

"SELECT" statement is used to extract the infromation from a database.


What is a signal statement?

The SIGNAL statement is used to clear the diagnostics area


Which statement is not frequently used in C plus plus?

The goto statement.


What types of statement can be used to explain the steps of a proof?

The corollaries types of statement is what is used to explain the steps of a proof.


What is the statement of cash flow used for?

The cashflow statement is used for knowing the cash out flow and inflow in a business/project.


What types of the statement can be used to explain the steps of a proof?

The corollaries types of statement is what is used to explain the steps of a proof.


Can a continue statement be used in a switch statement?

If you have a loop in your switch statement or around your switch statement, you can use the continue statement in that. You cannot use a continue statement outside of a loop (do, for, or while).