Question 6 of 40The following declaration: int i = 0b10;Question 7 of 40The following declaration: int i = 010;Question 8 of 40Which of the following operators accept integer arguments only? (Choose two.)Question 9 of 40Which of the following expressions decrement variable i by 2? (Choose two.)Question 10 of 40What happens when you attempt to compile and run the following code?