News

Enter the function(in terms of x):x*(x+1)*(x+2) Enter the value of x:3 y = 60 ...
My thought process, I had 5 function calls making API requests, with different parameters. How do I reduce these to a single function whilst using data structures. This led me to storing all the ...