Hello I need help for those multiple choices questions : 1\\Which statement best
ID: 3580236 • Letter: H
Question
Hello I need help for those multiple choices questions :
1Which statement best describes the advantages of dividing code into methods?
____________
2/Which of the following is true of methods?
____________
3/
Which best describes what the word "void" means in a method signature?
____________
4/
Which best describes the result of calling this method?
____________
5/
In the example of the cube method what best describes the function of (int number) in the method signature?
____________
6/
In the following code, when will the cube method be executed?
____________
7/
When you call a method that takes parameters:
____________
8/
Which best describes the word "scope" when applied to a variable?
____________
9/
In the example above what would be the value shown in Display and why?
____________
10/
Which of the following is true of the "return" statement in methods?
____________
11/
If the program runs but the answer is wrong this indicates a:
____________
12/
If a program has syntax of spelling errors it indicates a:
____________
13/
If you enter a double where an int was expected, this is an example of a:
____________
14/
Which best describes a C# class?
____________
15/
In a class, fields are:
____________
16/
Which of the following are true of constructors?
____________
17/
What happens when you make a class new?
____________
18/
A property in C# can best be defined as:
____________
19/
Overloading a constructor means:
I makes everything more complicated so that other people can't steal your logic.Explanation / Answer
3) Which best describes what the word "void" means in a method signature?
Answer:The method does not return a value to the calling method
12)If a program has syntax of spelling errors it indicates a:?
Answer :compile error
19) Overloading a constructor means:
Answer :none of the above
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.