Computer Science, asked by shajithacs578, 7 months ago

Write a program to input 3 integers and find the sum of the cube roots of their last digits. ​

Answers

Answered by shreyasthegreat
1

Answer:

Sum of cube roots=3.9620916700971547

The variable "a1, b1, and c1" is used to take input by the used and "cube_a1, cube_b1, and cube_c1" variable is used to take modules values. In the next step, the print function is used that uses the math "cbrt" method that calculates the cube root and all the value.

MARK ME AS BRAINLIEST

Similar questions