answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can you return anything to www.amazon.com?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 an overridden method return void instead of an object?

Sure. An overridden method can return anything it wants.


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.


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.