a2 +b2+c2/abc taking the value of a=5, b=4, c=3
write a program to find and display the value of the given expression.
Answers
Answered by
0
Explanation:
a2 +b2+c2/abc taking the value of a=5, b=4, c=3
write a program to find and display the value of the given expression.
Answered by
2
import java.util.Scanner;
public class Q2
{
public static void main(String[]agrs)
{
int a, b, res;
}
}
Similar questions