#include<stdio.h> int main() { int arr[7] = { 0 }; int i = 0; int j = 0; int max = 0; int min&...