Math, asked by MANISHAKUMARI03, 4 months ago

if x=2cost-cos2t, y=2sint-sin2t, find the value of d^2y/dx^2​

Answers

Answered by gamegirl5
2

Step-by-step explanation:

#include<stdio.h>

#include<conio.h>

void main()

{

int a,b;

int multiplication;

clrscr();

printf("Enter the first number");

scanf("%d", &a);

printf("Enter the second number");

scanf("%d", &b);

multiplication = a*b;

printf("The Total is %d", multiplication);

getchar();

}

Similar questions