Computer Science, asked by Anonymous, 8 months ago

Pls solve this..its urgent​

Attachments:

Answers

Answered by sneharekhi14
1

import java.util.*;

class cal

{

public static void main(String args [] )

{

Scanner sc = new Scanner ( System.in );

int a, b, c ;

a = sc.nextInt();

b = sc.nextInt();

c = sc.nextInt();

int s = 1/(a*a) + 2(b*b) + 3 ( c*c );

System.out.println ("the result of the expression is " + s ) :

}

}

hope it HELPS

plzzzz mark as BRAINLIEST

Similar questions