How do i code this?bumps
How do i code this?The Function For Fact Is Here but i have no idea how to put sin with fact together :( helppy :(
How do i code this?[code]#include <stdio.h> int fact(int x); int main() // main is here { // Start of main block ...
How do i code this?[code]//sin(x) = x^1/1! - X^3/3! + x^5/5! - x^7/7! + x^9/9!.. #include <stdio.h> #include <m...
How do i code this?sin(x) = x^1/1! - X^3/3! + x^5/5! - x^7/7! + x^9/9... this is the sine i have but how to i do usi...
This user does not accept Private Messages