so my program asks the user for the price of an item, the number of items bought, and the tax rate. i was wondering if the formula is
((price of item*number of items) + (((price of item*number of items)*tax rate))) ?
on a side note, int number=9000000000; doesnt give the right value, how else can i store it?