I can't get it to work! When I type this code in main to call the method "CreateJuice":
var totalSum = OrangeJuice.CreateJuice(AddOranges());
I get this error: The name AddOranges does not exist in the current context. I need help calling my method.
How can I call my CreateJuice method?