| 1. | Which of the following snippets are the correct way to convert a Single into a String? 1 Single f = 9.8f; 2 Single f = 9.8f; 3 Single f = 9.8f; 4 Single f = 9.8f; 5 Single f = 9.8f; |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
