If you want to perform mathematical calculations whose value is an integer and is greater than 66.000 then which of the following data type you will use for storing numbers?

If you want to perform mathematical calculations whose value is an integer and is greater than 66.000 then which of the following data type you will use for storing numbers?

اگر آپ ریاضی کے حساب کتاب کو انجام دینا چاہتے ہیں جس کی قیمت ایک عدد ہے اور 66.000 سے زیادہ ہے تو آپ مندرجہ ذیل میں سے کون سا ڈیٹا ٹائپ اسٹور کرنے کے لئے استعمال کریں گے؟
Explanation

Integer data type stores whole numbers without decimals, ideal for values like 67, 100, etc.

It supports a range that easily includes numbers greater than 66.000 and doesn’t require decimal precision like float.