Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

28. For the procedure given below, 5 is entered in the say1 text box and 9 is entered in the count2 text box, and if

28. For the procedure given below, 5 is entered in the say1 text box and 9 is entered in the count2 text box, and if the button is clicked, what will be seen in the count3 text box? procedure TForm1.Button1Clck (Sender TObject), have zz, yy, c integer, begin yy = 0; zz = strtoint (number1.text); repeat yy = yy + zz; zz = zz + 1; until zz = strtoint (say2.Text.), say3.Text = inttostr (yy), end a) 28 b) 20 c) 24 d) 37 e) 26

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What is the basis for Security Concerns in Cloud Computing?

Answered: 1 week ago

Question

Describe the three main Cloud Computing Environments.

Answered: 1 week ago