30th Aug 2019, 5:11 PM
Aastha🇮🇳
Aastha🇮🇳 - avatar
3 Respostas
+ 2
import java.util.Scanner; And change order of class First DRef After DRef write Read
31st Aug 2019, 7:51 AM
Prathvi
Prathvi - avatar
+ 1
it is sololearn bug (I cant see dialogue window for input) but you can avoid it if you change order of class in code to this: class DRef { //... first in order } class Read { //... second in order, after DRef }
30th Aug 2019, 10:15 PM
zemiak
0
Firs request on Scanner you must create in main void.
30th Aug 2019, 6:54 PM
id001x
id001x - avatar