Ask your own question, for FREE!
Computer Science 10 Online
OpenStudy (anonymous):

Write a method heading with the following info: name getTotal return type double. It has two parameter in this order: double and int. The first parameter name is price and the second parameter name is years.

OpenStudy (espex):

Depending on the language you are using it should be similar to this: C double getTotal(double price, int years) { } Java public double getTotal(double price, int years) { } C++ double getTotal(double price, int years) { }

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!