#include using namespace std; const int arr_size = 6; int main () { double arr[arr_size]={1, 2, 3.5, -5, 6.2, 0}; for (int i=0; i