For the following program can you do the pseudocode and thesource code? and also do it in Python with indentions sothat I can copy and paste it properly. also make it where you caninput different arrays and show them when you print out theresult.
Program 1: Design (pseudocode) and implement(source code) a program (name it Occurrences) to determine whethertwo two-dimensional arrays are equivalent or not. Two arrays areequivalent if they contain the same values in any order. Theprogram main method defines two two-dimensional array of size3-by-3 of type integer, and prompts the user to enter integervalues to initialize the arrays.
The main
OR
OR