हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

What will be the output of the following code: int year; cin >> year; if (year % 100 == 0) if ( year % 400 == 0) cout << "Leap";else cout << "Not Leap year";If the input given is 2003? - Computer Science

Advertisements
Advertisements

प्रश्न

What will be the output of the following code:

int year;
cin >> year;
   if (year % 100 == 0)
       if ( year % 400 == 0)
            cout << "Leap";
else
           cout << "Not Leap year";
If the input given is 2003?

टिप्पणी लिखिए

उत्तर

2003 AS INPUT
Output
Not Leap year

shaalaa.com
Selection 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 4. (ii) | पृष्ठ १७८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×