Computer Science, asked by susmithaammumup104xr, 1 year ago

Write the java expression for the following p*q *square root of 3+0.02*square root of r

Answers

Answered by Anonymous
0
public class


Mystery

 {

    public static

void main(String[] args)


{



      int i = StdIn.readInt();


       int j = StdIn.readInt(


); int k = i + j; System.out.println(j);



       System.out.println(k);


    }


}
Similar questions