For anyone reading this in the future, the correct answer is transmission. I just took the quiz
I believe the answer is A
Answer:
sendObject(John_Doe);
Explanation:
The above code has been written in Java.
Since the calling class is the same that declares it, to invoke the method, simply call its name with its argument(s) in a pair parentheses. The name of the method is "sendObject" and its argument is a reference to an object of type Customer saved in a variable called "John_Doe". This can be written as follows:
sendObject(John_Doe);
Hope this helps!
You just need a little bit of math to solve this. Add up the items and see which one would be equal to $55.00 or less.
A = $59.90 so this is not the answer
B = $60.94 so this is not the answer
C = $55.99 so this is not the answer
D = $50.97
D is the correct answer.