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