Question: Match the statement with the correct ordering in the left. The order number is going to determine which statement gets executed first, second, etc. The

Match the statement with the correct ordering in the left. The order number is going to determine which statement gets executed first, second, etc. The first is done for you.
Int Main() void Fun1(int age , string name) void Fun2(int age) { { { 1 Int age = 0; age = age + 10 Int number = 0 2 String Name = "Bill; Fun2(age) number = age Fun1(age, Name); name += "bob" cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
