Computer Science, asked by sarikasurana03, 19 hours ago

6. Write a program to input value of a using scanner and find value of b, b = 2a + root(3, a)​

Answers

Answered by alakh1981p4cigh
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