I need help with a method. The method I’ve written is:
public void readBook(String bookReader, String book);
The method needs to show both strings of the argument in the console. What else do I need to do to get the method to work?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Once you’ve done the above i.e.
…you need to call it from your main method (or wherever you want) like so: