Lecture 3
Lecture 3
NO ERROR !!
Arithmetic Operator
/* This program is to calculate the surface area of a triangle */
#include <stdio.h>
surface = b*h/2;
return 0;
}
Quiz: Arithmetic Operator
Exercise:
Write a program that enters the
value of x to generate a value of y
Quiz: Arithmetic Operator
return 0;
}