Methods

Flashcard
•
Computers
•
University
•
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.
8.
FLASHCARD QUESTION
Front
What will be printed from the following code snippet, where minOfTwo is a method that returns the minimum number?
System.out.println(minOfTwo(10,-1));
Back
-1
Similar Resources on Wayground
9 questions
STRING MANIPULATION (PYTHON)

Flashcard
•
11th - 12th Grade
8 questions
C Programming Control Flow Statements

Flashcard
•
University
10 questions
CMP128 Java Ch. 04 Loops Pt. 2

Flashcard
•
University
10 questions
Ôn tập chủ đề F

Flashcard
•
KG
10 questions
CODE BREAKER

Flashcard
•
University
9 questions
Basic Rules for Script Writing

Flashcard
•
12th Grade
10 questions
Hipoglicemia neonatal

Flashcard
•
University
10 questions
Flashcard1-Intro-to-Java

Flashcard
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade