6. Write a program to input value of a using scanner and find value of b, b = 2a + root(3, a)
Answers
Answered by
0
Answer:
Write a program to calculate the value of the given expression:
1/a2 + 2/b2 + 3/c2
Take the values of a, b and c as input from the console. Finally, display the result of the expression to its nearest whole number
Similar questions