how to write an if else program
Answers
Answered by
0
first start with flow charts this will help a better understanding
Answered by
1
a=1,b=3;
if a is greater than b. // condition //statement begin//
then. b= a. //first statement. else. // other selective option
then. a=b-1,// at last onlychance or false line
if a is greater than b. // condition //statement begin//
then. b= a. //first statement. else. // other selective option
then. a=b-1,// at last onlychance or false line
Similar questions