I'm currently working on a program and I've run into a problem.
I have a bank balance of 1000000 but when I display it on the screen I want it to read as "1,000,000".
Now there are ways of getting around this simply by having it set to "1,000,000" and then striping it of commas and converting it to an integer when I need to use the integer value. But I don't want to do that.
bankBalance = 1000000