Math, asked by reetaanshu000, 1 month ago

2. In the below figure, ZPQT = 30°, ZPQS = 75°, and ZPQR = 125°. Find ZTQR
T
P
v
S
Q
>> R​

Answers

Answered by Rahul4008
3

Answer:

printf("Enter two integers: "); scanf("%d %d", &number1, &number2); Then, these two numbers are added using the + operator, and the result is stored in the sum variable. Finally, the printf() function is used to display the sum of numbers. printf("%d + %d = %d", number1, number2, sum);

Similar questions