Kalkulator
@ action
@ action
[Translation temporarily unavailable. Please try again.]
discount calculator is a tool that can help you calculate the actual price of a product. It can be used to calculate the actual price of a product, or to calculate the actual price of a product that you are buying. It can be used to calculate the actual price of a product, or to calculate the actual price of a product that you are buying. It can be used to calculate the actual price of a product, or to calculate the actual price of a product that you are buying. It can be used to calculate the actual price of a product, or to calculate the actual
Tambayoyi da ake yi da yawa
Yadda zan ƙididdige wani kashi na rage farashin?
@ action
Yadda ake aiki da lissafin waƙa?
An yi amfani da wani sauki na biyu ga farashin da aka rage, ba na farko ba. 25% off sa'an nan 10% off 80 yana ba da 80 → 60 → 54, ba 52 ba.
Ta yaya zan iya ƙididdige farashin ƙarshe bayan wani ragin?
@ action
Shin, 50% na rage da 20% na rage daidai ne da 70% na rage?
No. The 20% comes off the price already reduced by 50%, so 100 → 50 → 40, an effective 60% off — not 70%. Stacked percentages never simply add together.
Ta yaya zan samu farashin farko daga farashin sayarwa?
@ action
Yadda zan ƙara haraji na sayarwa zuwa farashin da aka rage?
@ action
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] [Translation temporarily unavailable. Please try again.] →
QDialogButtonBox
GET https://calculator.free/api/v1/discount/
curl
curl "https://calculator.free/api/v1/discount/?price=80&percent=25"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/discount/?" + new URLSearchParams({
"price": "80",
"percent": "25"
}));
const data = await r.json();
console.log(data.results);
@ action: inmenu