What do I put as the return type if I don't want to return anything from a method?
Methods

Flashcard
•
Computers
•
University
•
Hard
Quizizz Content
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
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 Quizizz
4 questions
MethodHeadingChecker

Flashcard
•
12th Grade
13 questions
AP CS A - Unit 4 Assessment

Flashcard
•
KG
10 questions
Java Flashcard 1

Flashcard
•
University
10 questions
Java Classes and Objects

Flashcard
•
12th Grade
7 questions
Java Data Types Practice

Flashcard
•
12th Grade
7 questions
[862] Esp_Unity M1L2

Flashcard
•
KG
9 questions
CSA Semester 2 Final

Flashcard
•
11th - 12th Grade
7 questions
BTS

Flashcard
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade