using System;
decimal accBalance;
accBalance = 2.34M; // M suffix is used to say this is a shortcut for Money.
Console.WriteLine(accBalance);