2nd Oct 2020, 11:05 AM
Anurag Chaurasiya
Anurag Chaurasiya - avatar
7 odpowiedzi
+ 1
It is not possible here for creating more than one scanner object for a single program. Create it in main class as static object or in class level scope then use it for all inputs required in class class. Edit: Anurag Chaurasiya This way you can do, if you want add while loop.. But there you are mishandling for loop for getElements() methods.. There is no need loop for that... https://code.sololearn.com/c65CedLtoMyp/?ref=app
5th Oct 2020, 2:57 PM
Jayakrishna 🇮🇳
+ 1
Break down into individual or give sample input.. What error you you getting, give details.. It helps to identify errors easily... Edit : Not enough details as your program is large.. May you are troubling in giving inputs.. You Program need lot of inputs.. So you missing some may be.. Error telling that not giving input........ What inputs you are giving totally..?
2nd Oct 2020, 12:07 PM
Jayakrishna 🇮🇳
0
Add public to your testPoints class
2nd Oct 2020, 12:11 PM
JavaBobbo
JavaBobbo - avatar
0
I'm getting error that in line 24 and 40 null pointer exception show
3rd Oct 2020, 4:33 AM
Anurag Chaurasiya
Anurag Chaurasiya - avatar
0
starting from main method.... I'm giving the following inputs.... 1 2 2 2 2 2 1 2 3 4 5 6 7 8 3 4 5 6 7. 1 to create matrices.. 2 row of 1st matrix, 2 column of 1st matrix, 2 row of second matrix, 2 column of 2nd matrix, 2 to enter elements.... 1 to 4 elements of 1st matrix as loop will work four times for each matrices, 5 to 8 elements of 2nd matrix. 3 to see transpose of both matrices. 4 to add both matrices. 5 to get difference of both matrices. 6 to product & At last 7 to exit.
5th Oct 2020, 1:38 AM
Anurag Chaurasiya
Anurag Chaurasiya - avatar
0
Jayakrishna🇮🇳 THANKYOU so much
5th Oct 2020, 3:49 PM
Anurag Chaurasiya
Anurag Chaurasiya - avatar
0
You're welcome...
5th Oct 2020, 4:04 PM
Jayakrishna 🇮🇳