Question: How to use loop variable as a parameter in function?


and the desired result is

x → P(1, 1, 1, x)
x → P(2, 1, 1, x)
x → P(3, 1, 1, x)

 

Please Wait...