answersLogoWhite

0

If you are insured for 'full coverage' or possibly 'uninsured motorist', yes. In a standard liability policy you would probably not be covered.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is return of premium?

Return of premium life insurance is a type of term life insurance policy that returns the premiums paid for coverage if the insured party survives the policy's term.


What is the voluntary life benefit and how does it work?

The voluntary life benefit is an optional insurance policy that provides a cash payment to the beneficiary upon the death of the insured person. The insured person pays premiums to maintain the policy, and in return, their beneficiary receives a lump sum payment if the insured person passes away.


Will they take your federal tax return if you owe a school loan?

If the loan had a government guarantee or insured aspect, and your in collection status, yes.


What can you do if you lend someone something and they do not return it?

Ask them to replace it/ return it/ refund you


Meeting butter for popcorn is physical or chemical?

physical because it can return to its solid state by cooling. chemical changes can not be reversed so easily


How do you write pseudocode for reverse of given number?

To write pseudocode for reversing a given number, first initialize a variable to store the reversed number and set it to zero. Then, use a loop to extract the last digit of the number (using modulo operation), append it to the reversed number, and update the original number (by dividing it by 10). Continue this process until the original number becomes zero. Finally, output the reversed number. Here’s a simple pseudocode example: function reverseNumber(number): reversed = 0 while number > 0: digit = number % 10 reversed = reversed * 10 + digit number = number // 10 return reversed


What is the religious meaning of service?

to serve someone without asking something in return for example helping someone in need for nothing in return.


Can you phone somebody about a paid up policy?

If you know the identity of the insurance company or the insurance agent that sold it to the insured, you can call. However, if you are not the insured, they will want to know the reason for your call and your authority to call on the insured's behalf. If the insured has died and you have reason to believe that you were the beneficiary of the policy, ask the insurer to send you a life insurance claim form. You will have to supply information about yourself, the name of the insured, and the policy number. Fill out the claim form and return it to the insurer. It may have to investigate to determine whether you are the correct recipient of policy benefits.


How do you reverse the number using c sharp?

The following codes only applied to unsigned integers: public int Reverse(int inputNumber) { string inputString = inputNumber.ToString(); string reversed = StringUtil.Reverse(inputString); return int.Parse(reversed); } public class StringUtil { // returns a reversed string from the given one public static string Reserve(string originalString) { StringBuilder sb = new StringBuilder(); char[] charArray = originalString.ToCharArray(); for (int i = charArray.Length - 1; i >= 0; i--) { sb.Append(charArray[i]); } return sb.ToString(); } }


Can the Department of Education legally take your federal tax return to pay overdue bills?

The student federally insured loans can. States it in your paperwork when you apply.


What happens to the owed balance of child support payments when the order is reversed?

That issue should be addressed in the court order that "reversed" the prior child support order. You need to review the file. If there were arrears owed the amount should have fixed in the new order. If not, you need to return to court for a ruling.That issue should be addressed in the court order that "reversed" the prior child support order. You need to review the file. If there were arrears owed the amount should have fixed in the new order. If not, you need to return to court for a ruling.That issue should be addressed in the court order that "reversed" the prior child support order. You need to review the file. If there were arrears owed the amount should have fixed in the new order. If not, you need to return to court for a ruling.That issue should be addressed in the court order that "reversed" the prior child support order. You need to review the file. If there were arrears owed the amount should have fixed in the new order. If not, you need to return to court for a ruling.


Is it considered theft if someone refuses to return your property?

Yes, it can be considered theft if someone refuses to return your property, as they are unlawfully keeping something that belongs to you.