Computer Science, asked by shayestap142, 6 months ago

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 shyamalsutradhar560
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 nimishthegreat2007
2

import java.util.Scanner;

public class Q2

{

   public static void main(String[]agrs)

   {

      int a, b, res;

   }

}

Similar questions