Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

Computers round off numbers

int i;

i = 0;
while (i < 10)
{
    i++;
    printf("%d", i / 2);
}
Source by alx-intranet.hbtn.io #
 
PREVIOUS NEXT
Tagged: #Computers #numbers
ADD COMMENT
Topic
Name
4+7 =