answersLogoWhite

0

Pre-test loop in C#

bool condition = false; [NOTE: this line is not part of the loop it is the condition which must be met for the loop to occur. If it is not satisfied the loop does not happen.

while (condition == false)
{
Do stuff
condition = checkCondition();
}

To draw this as a flowchart you just have to show that your flowchart can repeat a step/steps indefinitely depending on a condition

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Advantage of c language?

You can write computer-programs in it.


When and what are the symbols used in the flowchart for the program for the calculation of average numbers in C language?

Look up "Flowchart" in wikepedia, most of what you need to know can be found there. Get a flow chart symbol template and a sheet of paper and you are on your way.


Hcf flowchart of c?

sfafa


Why is the interactive Visual Logic flowchart program more useful than a manually drawn flowchart?

A manual flowchart is static. The advantage of an interactive Visual Logic flowchart is that it allows users to input values for various variables at runtime. When the flowchart is finished, users can then run the program behind the chart.


Flowchart to show the greatest among a, b, c?

A


What is the advantage of a translator that is source to source compiler with C as target language?

For example, if you don't have a FooBar-language compiler, but have a FooBar-to-C translator, then you still can use FooBar-language programs.


Write a flowchart of reverse the string in c?

wefwfe


Flowchart for addition of two numbers?

start accept a,b and c c=a+b display c stop


What is the definition of c sharp programming language?

C# is a derivative of C++, designed to allow C++ programmers to take advantage of the .NET environment. Officially, it is an object oriented language that encompasses strong typing and component orientation.


Example of flowchart of while loop in c plus plus?

kk


What is the algorithm and flowchart to calculate the simple interest for 5 customers?

algorithms is language independent


Difference between macor flowchart and micro flowchart?

1. Macro flowchart shows less information whereas micro flowchart shows more information. 2. Macro flowchart is easy to design as comparative to micro flowchart. 3. Macro flowchart is difficult to study and understand as comparative to micro flowchart.