Emma really likes special floating numbers in Go, such as NaN, -0 and +Inf. She wants to create a Go program that can take these special floating numbers as a string input within the stringNum variable, then convert it to a float64 type, and print the converted type and the value to the console.
Emma wrote part of the code required to create her program, but it is still missing some very important parts. Please help Emma write the missing code required to make her program work.