console.writeline

  1. Keith_K

    Question Writing BitArray to Console

    Hello, friends. I wanted to learn about bit arrays and so, I sought an example, (PS - you can stop reading the example code after line 22): using System; using System.Collections; namespace CollectionsApplication { class Program { static void Main(string[] args) { //creating...
  2. G

    Question Format the variable to Currency?

    I am trying to add a double variable into a Console.WriteLine and am not sure to: Add into the Console.WriteLine command and Format the variable to Currency. Any Help is greatly appreciated.
Back
Top Bottom