Methods
Flashcard
•
Computers
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What do I put as the return type if I don't want to return anything from a method?
Back
void
2.
FLASHCARD QUESTION
Front
True or False: A method does not need to have any parameters.
Back
True
3.
FLASHCARD QUESTION
Front
What is the correct way to define a method that subtracts two numbers, returning the difference? Options: public static void subtract(int num1, int num2), public static int subtract (int num1, int num2), public static int subtract(String num1, String num2), public static void subtract(int num1, num2)
Back
public static int subtract (int num1, int num2)
4.
FLASHCARD QUESTION
Front
Which of the following statements is false?
A method is good for reusing code.
A method with a return type must return a variable of that return type.
A method must always have at least 1 parameter.
A method with a void return type must not return anything.
Back
A method must always have at least 1 parameter.
5.
FLASHCARD QUESTION
Front
Why is the following call to method minOfTwo, which returns the minimum number of 2 given numbers, incorrect? int min = minOfTwo(8,"9");
Back
The method minOfTwo takes in two integers, but a String is being passed in.
6.
FLASHCARD QUESTION
Front
True or False: There is something incorrect about the following call to the method minOfTwo: int min = minOfTwo(int 8, int 9);
Back
True
7.
FLASHCARD QUESTION
Front
What is wrong with the following code snippet?
public static multiply(int a, int b) {
return a * b;
}
Back
It is missing the int return type in the method definition.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
9 questions
Solving Systems of Equations
Flashcard
•
11th Grade
13 questions
Phrasar verbs 4-2
Flashcard
•
Professional Development
4 questions
Educational Terms
Flashcard
•
University
6 questions
Customer Communication Strategies
Flashcard
•
University
10 questions
Key Terms in Cost Management
Flashcard
•
KG - University
8 questions
Kirkpatrick Model Flashcard for Students
Flashcard
•
12th Grade
15 questions
Ch 1 - The Science of Biology
Flashcard
•
KG - University
15 questions
Citations And References
Flashcard
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade