मराठी

Rewrite the following code using the if-else statement: int m = 400; double cl). = (m>300) ? (m/10.0) * 2:(m/20.0)−2;

Advertisements
Advertisements

प्रश्न

Rewrite the following code using the if-else statement: 

int m = 400;
double cl). = (m>300) ? (m/10.0) * 2:(m/20.0)−2;
कोड लेखन
Advertisements

उत्तर

int m=400;
double ch;
if (m>300)
   ch=(m/10.0)*2;
else
   ch=(m/20.0)−2;
shaalaa.com
Introduction of Conditional Statements in Java
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1: Revision of Class 9 Syllabus - Exercises [पृष्ठ ५०]

APPEARS IN

रूपा पंडित Computer Applications [English] Class 10 ICSE
पाठ 1 Revision of Class 9 Syllabus
Exercises | Q 16. | पृष्ठ ५०
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×