Ch09 Logic8e Solutions - Programming Logic and Design 8e...

Doc Preview
Pages 46
Identified Q&As 67
Solutions available
Total views 100+
Programming Logic and Design, 8eSolutions 9-Programming Logic and Design, 8th Edition Chapter 9 Review Questions 1.Which of the following is true? a.A program can call one method at most. b.A method can contain one or more other methods. c.A program can contain a method that calls another method. d.All of the above are true.1
2. Which of the following must every method have?
View full document
3. Which of the following is most closely related to the concept of local?
View full document
4. Although the terms parameterandargumentare closely related, the difference is that argumentrefers to _____.
View full document
5.A method’s interface is its _____.a.parameter list b.return type c.identifier d.all of the above
6.When you write the declaration for a method that can receive a parameter, whichof the following must be included in the method declaration?
View full document
Programming Logic and Design, 8eSolutions 9- d.two of these 7.When you use a variable name in a method call, it _____ as the variable in the method header.
View full document
8. Assume you have written a method with the header void myMethod(num a, string b) . Which of the following is a correct method call?
View full document
9.Assume you have written a method with the headernumyourMethod(string name, num code). The method’s type is _____. a.num b.string c.numandstring d.void
10. Assume you have written a method with the header string myMethod(num score, string grade). Also assume you have declared a numeric variable namedtest. Which of the following is a correct method call?
View full document
11.The value used in a method’sreturnstatement must _____.
View full document
12.When a method receives a copy of the value stored in an argument used in the method call, it means the variable was _____.
View full document
Course Hero Badge

Want to read all 46 pages?

Previewing 3 of 46 pages Upload your study docs or become a member.
Course Hero Badge

Want to read all 46 pages?

Previewing 3 of 46 pages Upload your study docs or become a member.
Course Hero Badge

End of preview

Want to read all 46 pages? Upload your study docs or become a member.