You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Understand what the interviewer is asking for by using test cases and questions about the problem.
Do I need to modify the provided function?
No.
P-lan
Plan the solution with appropriate visualizations and pseudocode.
General Idea: Use the sum function to calculate a sum, save it to a variable. Then call the sum function again using the originally calculated sum as arguments a and b. Print the final result to the console.