1. What is the protocol of the following subprogram? float foo (float f, int g) f int i; while (i <= g) { return f; 2. The following is the definition of a function and a call to the function in the Ada language. What are the values of the formal parameters as a result of the call? function Test (x: Float; y: Integer := 100; z: Float) return
OR
OR