C#C
C#16mo ago
hutonahill

✅ whats up with this console output

Value 
      yellowThresholdWidth == 195.42857142857144 
                                                 redThresholdWidth == 684
                                                                         barWidth == 760

Console.WriteLine($"Value " +
                              $"\nyellowThresholdWidth == {yellowThresholdWidth} " +
                              $"\nredThresholdWidth == {redThresholdWidth}" +
                              $"\nbarWidth == {barWidth}");
Was this page helpful?