program C.This project must use an array.The program should get three integer values typed by the userat the keyboard and store them in anarray of integers.The program should then check each of the three possiblepairs of entered integers and report if a pair isthe same. For example if the 1st and 3rd entered integersare the same the program will output:Entry number 1 and entry number 3 are the same.If none of the three pairs (12 13 or 23) are the samethe program should output:None of the entries are the same