Wednesday, November 25, 2020

Programming in C++|Conditional Statements| ~xRay Pixy

featured image

Conditional Statements |Programming in C++| ~xRay Pixy
conditional statements, if statement, if-else statement, nested-if-else statement,
Notes: https://codebypixy.blogspot.com/2020/04/conditional-statements-programming-in-c.html
CONDITIONAL STATEMENTS – C++ PROGRAMMING
CONDITIONAL STATEMENTS
1.SIMPLE IF
2. IF – ELSE
3. ELSE – IF LADDER
TOPICS COVERED:
1) Conditional statements or Decision-Making Statements
2) If Statement
3) If-Else Statement
4) Nested-if-else Statement
5) Switch Case
Programs
6.) Program: Write a Program in C++, to check whether the number entered by user is even or odd.
7.) Program: Write a Program in C++, to check the number of greatest numbers among 3 entered by the user.

write a program to check whether the given number is even or odd in c++

write a program to find the greatest of three numbers in c++

program to find greatest of three numbers in c

c program to find largest of three numbers using functions

http://xraytechniciancertification.org/programming-in-cconditional-statements-xray-pixy/

No comments:

Post a Comment