0
How can we change the data types of String, char and int respectively to char, String and float in java
in java language
2 Antworten
+ 6
Among other possibilities:
1. String to charArray: toCharArray()
2. char to String:
Character.toString()
3. int to float
Just a type cast away.
+ 4
Why tagged non, tagging is important part. Tag java.
https://www.sololearn.com/learn/432/?ref=app