0%

day8

C primer plus

P104

no ; after while and some ; in while

1
2
3
4
5
while(True)
{
line1;
line2;
}

p105

pow(a,b) = a**b //#include<math.h>

p110

int /int = int ;

float/float = float ;

float/int = float ;

int/float = float ;

------------- The end -------------

Welcome to my other publishing channels