✅ Beginner question about formatting
Hey all! I'm learning the basics and struggling a bit to understand why the second picture correctly displays the message.
While trying to format the output text I also tried to do:
Can someone help me understand why the bold example and the first picture's code didn't work?
Also, prettty strange that the module didn't really explain the {celsius:F1} thing
While trying to format the output text I also tried to do:
- Console.WriteLine($"Celsius conversion: " + {celsius:F1} + " Celsius.");
Can someone help me understand why the bold example and the first picture's code didn't work?
Also, prettty strange that the module didn't really explain the {celsius:F1} thing

