मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता ११

Correct the following code sigment: if (x = 1) p = 100; else p = 10; - Computer Science

Advertisements
Advertisements

प्रश्न

Correct the following code sigment:

if (x = 1)
   p = 100; 
else
   p = 10;

तक्ता

उत्तर

Given Code Corrected Code
if (x = 1)
   p = 100; 
else
   p = 10;

if(x == 1)
   p = 100;
else
   p = 10;

shaalaa.com
Statements
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 10: Flow of Control - Evaluation - Section - B [पृष्ठ १७८]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
पाठ 10 Flow of Control
Evaluation - Section - B | Q 3. | पृष्ठ १७८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×