You are on page 1of 1

#include<stdio.

h>

int main()

int x,y,z,i;

printf("Enter the number\n");

scanf("%d",&x);

if(x>=175 || x<=200)

i=20;

y=175;

z=y;

while(x>=z)

z=z+.5;

if(((z-y)%2.5)==0)

{i++;}

printf("%d",i);

return 0;

You might also like