Question: Can someone please help me out with below provided JAVA code????? AS PER THE SAMPLE OUTPUT WE AS A USER DO NOT NEED TO ENTER

Can someone please help me out with below provided JAVA code?????
AS PER THE SAMPLE OUTPUT WE AS A USER DO NOT NEED TO ENTER ANY INTEGER, we just need to enter the row and coloumns and the code should give the output!
Please add comments so that I understand the steps and note that a sample output is attached in the picture so we need to match that output for correct code..  Can someone please help me out with below provided JAVA code?????

You will read in a two dimensional array of characters from the user. Each value will be either a plus sign ) or a minus sign (). There will be only one plus sign in the input. Your task is to output the row and column of the plus sign. Hint: To read in a single character, you can use the Scanner's next method and then get the first character, as shown here scanner 1n new scanner (system . 1n); string temp 1n . next ( ); char c = temp .charAt.(0); Example If the input is: The output would be: 1,6

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!