हिंदी

Write the Java expression for the following: z = x3 + y3 − yz3 - Computer Applications

Advertisements
Advertisements

प्रश्न

Write the Java expression for the following:

z = x3 + y3 − `y/z^3`

एक पंक्ति में उत्तर

उत्तर

z = Math.pow(x, 3) + Math.pow(y, 3) - y / Math.pow(z, 3)
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1.04: Operators in Java - EXERCISES [पृष्ठ ४३]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
अध्याय 1.04 Operators in Java
EXERCISES | Q III. 11. | पृष्ठ ४३
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×