#include //Header Files using namespace std; int main() { int array[100]; int i; int key; int n; int pos =0; cout<<"please enter the elements of array \n"; cin>>n; cout<<"please enter the array elements \n"; for (i=0;i>array[i]; cout<<"the elements of the array are \n"; for (i=0;i>key; cout<<"the inputted no is at position \n"; for(i=0;i