+ 1
Method that inputs a different value of each base type from standard input device and prints it back to standard output device.
It should be a short Java method named inputAllBaseTypes
1 Réponse
+ 5
Give it shot yourself first and if you need help with something specific then feel free to ask. The info below from the Java tutorial should help.
https://www.sololearn.com/learn/Java/2137/
https://www.sololearn.com/learn/Java/2152/
https://www.sololearn.com/learn/Java/2220/