Question: Arrange the statment below in the proper order for a function that recieves three integer arguments and return the largest of the three values there

Arrange the statment below in the proper order for a function that recieves three integer arguments and return the largest of the three values

there are two extra lines that dont belobe in this function

line1:

line2:

line3:

line4:

line5:

line6:

line7:

line8:

choices are:

int biggest(int num1,intnum2,intnum3:)

if(Byn1>=num2&&num1>=num3)

}

return num2;

{

num3=num1;

return num1;

if(num2>=num3)

return num3;

else if (num3==num2)

program C++

thank you

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!