Consider the following program #include using namesapace std; int main() { int b1[10] = (15,12,22,16,76,98,25,45,69,84); int...

Posted Date: