(function(){ window.OpenPopKa = true;}())

For function "addodd", write the missing recursive call. This function should return the sum of all positive odd numbers less than or equal to "n".

[editor.getValue()]
if (guess[0] != initEditor) { console.log(guess[0]); window.codeValue = guess[0]; window.progexType = "RecurTutor"; window.summexName = "RecCAddoddPROG"; } else { return ""; }

When n is odd, accumlate n's value to whatever will be returned from the recursive call.