#include main() { int x ; printf( "Enter a number: ") ; scanf( "%d", &x) ; if( x == 7) printf( "Yes, x is 7!\n") ; }