Ch.3 CIS211

Term
1 / 12
Calculations are placed under which column of the IPO worksheet?
Click the card to flip 👆
Terms in this set (12)
what method is used to format a string for Display purposes?ToString method *This is used when dealing with "Number, Currency, or Percentage" with decimal places*How do you *Display* the golfer's average score (avgDecimal) to *1 decimal* to the standard *output device*?Console.WriteLine(avgDecimal.ToString("N1")); Formatt: Console.WriteLine(variablenameDatatype*.ToString*("N,C,P");