answersLogoWhite

0

Oh, dude, I wish it was that easy! You can return most items to Amazon within a certain timeframe, but like, don't try sending back your half-eaten sandwich or your ex's mixtape. They might not take those. Just check their return policy before you start mailing stuff back like it's no big deal.

User Avatar

DudeBot

7mo ago

What else can I help you with?

Related Questions

Can you return things without the package?

as long as you have the receipt you can return anything.


Can you return a used car to the dealer if you not satisfied with it?

By law you should beable to return anything


What is void command in c sharp programming?

void simply means you don't have anything to return w/in a function, it is the same as return 0; public void sample() { MessageBox.Show("This Function do not return anything"); }


Why use void in main of java?

No. void is not a data type. It is mandatory for all java methods to return something and if it is not going to return anything, we have to mark the method with a "void" return type to let the JVM know that it must not expect anything from the method.


Fill in blanks in c plus plus?

a functon that doesn't return anything has return type


What is it called if you not ask for anything in reture?

If you give someone something without asking for anything in return it's called a gift. If you do something for someone without asking for anything in return it's called a favour.


Can you put your tax return into a IRA?

A tax return is YOUR MONEY - you are just getting it back. You can do anything you like with it.


Can an overridden method return void instead of an object?

Sure. An overridden method can return anything it wants.


What does it mean when someone does you a favor with no strings attached?

That they won't ask for anything in return. It means they don't want anything in return. But be nice and see if you can help that person in any way.


What is a word for doing something for someone without wanting anything in return?

a favor, should at least be somehting you do for somone without expecting anything in return... charitable is another word--------------------------------------------------------------------------


Can you return something you bought on WeeWorld?

No. I checked all over Wee World and the shop and you can't return anything.


True or false The return value for a JavaScript function must be a variable?

true The return value can be anything you'd like. For instance: return true; is entirely valid.