हिंदी

Observe the following code. It may contain Syntax, Logical or runtime errors. double fnTask(double p, double q) { ouble d = p/q: double r = p%q; return d, r; }

Advertisements
Advertisements

प्रश्न

Observe the following code. It may contain Syntax, Logical or runtime errors. Execute it in Java and identify the error, if any. Rewrite the code without the error. Also write the aim of the code.

 double fnTask(double p, double q)
{
    double d = p/q:
    double r = p%q;
    return d, r;
}
कोड लेखन
Advertisements

उत्तर

double[] fnTask(double p, double q)
{
    double d = p/q;
    double r = p%q;
    return new double[]{d, r};
}
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 3: User-Defined Methods - Exercises [पृष्ठ ९२]

APPEARS IN

रुपा पंडित Computer Applications [English] Class 10 ICSE
अध्याय 3 User-Defined Methods
Exercises | Q 7. (v) | पृष्ठ ९२
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×