Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ZE xl -y! (x - y)! Q10: Write a C++ program, using function, to test the year if it's a leap or not. Note: use

image text in transcribed

ZE xl -y! (x - y)! Q10: Write a C++ program, using function, to test the year if it's a leap or not. Note: use y % 4 == 0 && y % 100 != 0 :: 7 % 400 ==0 Qil: Write a C++ program, using function, to find X x Note: use pow instruction with math.h library. Q12: Write C++ program, using function, to inverse an integer number: For example: 765432 234567 Q13: Write C++ program, using function, to find the summation of student's marks, and it's average, assume the student have 8 marks. Q14: Write C++ program, using function, to convert any char. From capital to small or from small to capital. Q15: Write C++ program using recursive function to find the power of n numbers

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Database Systems A Practical Approach To Design Implementation And Management

Authors: THOMAS CONNOLLY

6th Edition

9353438918, 978-9353438913

More Books

Students also viewed these Databases questions

Question

How would you describe your typical day at work?

Answered: 1 week ago

Question

2. Write two or three of your greatest weaknesses.

Answered: 1 week ago