#include <stdio.h> #define breath 3 int main() { float area,height=3; area=(4/3)*breath*height; printf("the area is %f\n",area); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: