InterviewSolution
Saved Bookmarks
| 1. |
Write a program to input 3 integers and find the sum of the cube roots of their last digits. |
|
Answer» Sum of cube roots=3.9620916700971547The 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 |
|