Computer Science, asked by dogra187, 7 months ago

Which punctuation should be used in the blank? if _ statements-block 1 else: statements-block 2

Answers

Answered by devanathtrajesh
0

Answer:

if(test expresssion)

{

statement-block1;

}

else

{

statement-block 2;

}

Explanation:

Similar questions