Site icon TestingDocs.com

Raptor flowchart to print the largest even number in a set of numbers?

Introduction

In this tutorial, we will model a Raptor flowchart to print the largest even number in a set of numbers. We will use an array to hold the numbers. We will prompt the user to enter the numbers.

Flowchart

Raptor procedure to find the maximum even number in an array.

maxEvenNumber is an OUT variable. The caller flowchart can use this value to print and check the sentinel value in the case if the array has no even numbers.

 

Sample Output

 

 

Array :=33 , 7 , 56 , 99 , 71 ,
Maximum even number in the array=:56
—-Run complete. 89 symbols evaluated.—-

Exit mobile version