// #include<iostream> #include<iomanip> using namespace std; int main() { double min = 100, max = 0, num = 0, x; int n; ci...