#include #include #include int main(int argc, char *argv[]) { float x, y, a = 0, b = 3.14; printf("\nInput x\n"); scanf( "%f", &x); if ( xb) { printf("\nError!"); system("PAUSE"); return 0; } y = pow(sin(x),2.)-pow(cos(x),2.); printf(" \ny(%f) = %f ", x, y); system("PAUSE"); return 0; }