code1 code2 if (a_in=0 or b_in=0) then {     r=0; }     else     {         a=a_in;         n=b_in;         r=0;     }     while (n !=0 )     {         r=r+a;         n=n-1;     } } r_out =r;   if (a_in=0 b_in_0) then     {         r=0;     }     else         {             a = a_in;             n = b_in;             r = 0; op:         r= r + a;             n = n - 1;             if ( n = 0) then             {                 goto stop;             }

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter5: Looping
Section: Chapter Questions
Problem 7E
icon
Related questions
Question

Which one do you consider more efficient? Why?

code1

code2

if (a_in=0 or b_in=0) then

{

    r=0;

}

    else

    {

        a=a_in;

        n=b_in;

        r=0;

    }

    while (n !=0 )

    {

        r=r+a;

        n=n-1;

    }

}

r_out =r;

 

if (a_in=0 b_in_0) then

    {

        r=0;

    }

    else

        {

            a = a_in;

            n = b_in;

            r = 0;

op:         r= r + a;

            n = n - 1;

            if ( n = 0) then

            {

                goto stop;

            }

            else

            {

                goto op;

            }

        }

stop : r_out = r ;

 

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Returning value from Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage