I posted something about "what data type I should use for a decimal".... so I got some feedbacks about "float" and "double". I got some knowledge on these but only little. :( Anyways, how do I fix this? I want it the answer be a decimal.
1 2
division = int1 / int2; // Need fix!!!!
cout << "Division is: " << division << endl;