Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a). A year y is a century year if y is divisible by 100. Example: y=300 is a century year, but y=150 is not. b).

a). A year y is a century year if y is divisible by 100. Example: y=300 is a century year, but y=150 is not. 

b). A year y is a non-century year if y is not a century year. Example: y=150 is a noncentury year. Y=4 is a non-century year. 

c). A year y is a leap year if it is a non-century year that is divisible by 4, or a century year that is divisible by 400. Nothing else is a leap year. Example: y=4 is a leap year, y=100 is not a leap year, y=400 is a leap year.

 Question:

 Write a function bool leap year (into y) that when passed a year y will return true if y is a leap year and false if not.

Step by Step Solution

3.41 Rating (157 Votes )

There are 3 Steps involved in it

Step: 1

Code include using namespace std bool leapyearint year int main int year ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

An Introduction to Analysis

Authors: William R. Wade

4th edition

132296381, 978-0132296380

More Books

Students also viewed these Biology questions

Question

Prove that 0 Answered: 1 week ago

Answered: 1 week ago