#include void main() { int a,b,c; cout<<"Enter three numbers: "<>a>>b>>c;if(a>b)if(b>c)if(c>100)cout<<"wow, big number! Your third number was over a hundred."<