/* Rafay Ahmad 23I-2526 */ #include using namespace std; int main(){ int arr[] = {1, 4, 5, 2, 1}; for(int num : arr){ cout<