Summary
The structure of a C program
Declare variables with int and float
printf and scanf for displaying and reading data
Looping by while and do-while statements
if and if-else statements for choices
Forming conditions with ==, !=, <, <=, >, >=
Mathematical functions log10( ), sin( ), ...