Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - Plastic surgery test
Plastic surgery test
Just change the program to this:

# contains "stdio.h"

int main(){

int x,y;

Printf ("Please enter x:");

scanf("%d ",& ampx);

Printf ("Please enter y:");

scanf("%d ",& ampy);

if(x & lt; y)

Printf ("Yes!" );

other

Printf ("No!" );

System ("suspended");

Returns 0;

}

Actually, the reason is that you used' \ n' in the scanf () function.