Write a c++ program that takes 2 string inputs from user X number of times, while X is your last digit of your roll number and if the X is 0 then consider second last number of your roll number. If the inputs are same, your program should add ‘true’ in an array. If your inputs are different from each other, your program should add ‘False’ in that array. Your program should then print the result of odd number of inputs only from total number of X, e.g if X is 9 then show only 1, 3, 5, 7, and 9th inputs only.