answersLogoWhite

0


Best Answer

enter yes and no data

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

What is function of GOSUB statement in subrouteen?

in BASIC, GOSUB and the RETURN statement allows the use of subrouteens.


When is the purpose of a billing statement?

A billing statement lists the charges that a customer has accumulated over a period of time. This allows the customer or receiver of the billing statement to keep track of his or her financial activity.


Which statement correctly describes copper?

It has a low resistance and allows charges to move freely.


When the government allows free enterprise but places some restrictions on the economy?

this isn't a question....its a statement


What is the purpose of conclusions?

To answer the aim. Although the aim is a statement it should almost be written openly. This allows for a conclusion to answer it.


Fill in the blank The method of the allows you to combine related conditional statements?

The method of the if...else statement allows you to combine related conditional statements. This statement provides a way to execute different blocks of code based on whether a specified condition is true or false.


What statement is true about the free enterprise system?

it allows the citizen to own and operate private business for profit.


What in meant by the following statement about the cell membrane?

It is very selective about what it allows to pass through.


A statement of cash flows allows a financial analyst to determine?

If the firm has sufficient funds to pay liabilities.


What does a SQL Delete statement allow?

An SQL Delete statement is a code used for programming. It allows you to delete a single record or multiple records from a graph or table. These codes can be very useful.


What statement describe why scientific notation useful?

allows large or small number to be written without all the zeros


What is the method used to implement an if else statement in C?

The else statement is an optional part of an if statement that is executed if the primary if condition is false.if (condition) true_statementelse false_statement