answersLogoWhite

0

What is a control statement?

Updated: 1/13/2023
User Avatar

Wiki User

11y ago

Best Answer

The controlling statement controls the writing you will do

User Avatar

Dean Turcotte

Lvl 10
1y ago
This answer is:
User Avatar

Add your answer:

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

What is difference between control statements and looping statements in c language?

differance between control statement and looping statement?


What statement about control group is false?

the control group is recieving the medication


What is the purpose of break statement in c?

The break statement exits control of the innermost for, while or do-while loop, or switch statement.


What are control structures used in javascript?

The control structures used in java script are if-statement, for-loop, for-in loop, while loop,do-while loop, switch-statement, with-statement. try-catch-finally statements.


What is the statement of no difference experimental treatment?

control treatment


Which statement about the government that took control after the shah is not true?

"Women retained the rights they had under the shah" is not a true statement.


Basic control structure available in c plus plus?

The basic control structure in C++ is the if statement.


What does an IF Statement do?

An if statement is a control statement. It is used to control whether a statement executes or not, depending on whether a control expression evaluates true or false.if (expression) {statement;}In the above example, the expression is evaluated. If true, the statement executes, otherwise it does not.if (expression) {statement1;} else {statement2;}In the above example, the expression is evaluated. If true, statement1 executes otherwise statement2 executes.Note that if statements may be chained together using else if statements. The final else clause (if present) then becomes the default case. Also, any statement within an if statement may itself be an if statement, known as a nested if. If statements may be chained or nested to any depth.


What is the different between break and continue?

The break statement exits out of the smallest containing loop or switch-case statement. The continue statement transfers control to the next iteration of the smallest containing loop statement.


What primitive control statement is used to build more complicated control statements in languages that lack them?

I think this is Branching


Which ideological supports this statement gun control is necessary?

Liberal- (Novanet)


Which statement is the best description of democracy?

The electorate decides who will control the government. A+