Current location - Training Enrollment Network - Mathematics courses - This is a C language problem. How to do it mathematically, at least, at most?
This is a C language problem. How to do it mathematically, at least, at most?
# Contains? & ltstdio.h & gt

int? Amount, x;

int? Master ()

{

A:

Printf ("Please enter the total number of feet:");

Scanf("%d ",& amount);

X = amount %4==0? amount/4:int(amount/4)+ 1;

There are at least %d animals in the cage. \ nThere are at most %d animals in the cage. \n ",x, amount/2);

goto? a;

}