Date
ولول
قناة
write a program to find the value of S from the following relation S= [ a]+[B]+a3+ b3
Answers
Answered by
2
Answer:
Write a C program to calculate the value of S where S = 1 + 1/2 + 1/3 + … + 1/50. Go to the editor Expected Output: Value of S: 4.50 Click me to see the solution. 46. Write a C program to calculate the value of S where S = 1 + 3/2 + 5/4 + 7/8. Go to the editor Expected Output: Value of series: 4.62 Click me to see the solution. 47.
Explanation:
Similar questions