Related Posts
Telugu Video Tutorials – Notes – Shortcuts
The way of moving the control by depending on some condition is known as conditional control statements.
The general form of a simple-if statement is
if(condition)
{
True Statements;
}( or )
if(condition)
Statement;
Flow Chart :-
Programs :-
* Write a program input your Age & Print Eligible for Vote.
Output :-
Extra Program Output :-
Enter A Number : 10
Enter A Number : 10
Enter B Number : 5
A is Big Number
Enter B Number : 20