answersLogoWhite

0

enter yes and no data

User Avatar

Wiki User

12y ago

What else can I help you with?

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.


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.


What is the best option: paying the statement balance or the current balance?

Paying the statement balance is the best option because it allows you to avoid interest charges on your credit card.


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.


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

If the firm has sufficient funds to pay liabilities.


Which sql statement is used to update data from a database?

The SQL statement used to update data in a database is the UPDATE statement. It allows you to modify existing records in a table by specifying the columns and values to be updated based on certain conditions.


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.


How to cite a statement in academic writing?

To cite a statement in academic writing, you need to include the author's name, the publication year, and the page number (if applicable) in parentheses after the statement. This helps give credit to the original source and allows readers to locate the information.


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