Top Posters
Since Sunday
1
New Topic  
banggedung banggedung
wrote...
Posts: 450
Rep: 4 0
4 years ago
Does the return statement in the following method cause compile errors?

public static void main(String[] args) {
int max = 0;
if (max != 0)
System.out.println(max);
else
return;
}


▸ Yes

▸ No
Textbook 
Introduction to Java Programming, Comprehensive Version

Introduction to Java Programming, Comprehensive Version


Edition: 10th
Author:
Read 57 times
1 Reply
Replies
Answer verified by a subject expert
Antoinette12Antoinette12
wrote...
Posts: 386
4 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here

Related Topics

banggedung Author
wrote...

4 years ago
Smart ... Thanks!
wrote...

Yesterday
This site is awesome
wrote...

2 hours ago
Thanks
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  894 People Browsing
Related Images
  
 406
  
 7157
  
 331
Your Opinion