Computer Science, asked by awasthivirat3, 5 months ago

Differienciate between Sequential and conditional statement.​

Answers

Answered by pgarg6448
0

Answer:

sequential perform of computation steps in order , e.g. , step 1 , step 2 , step 3 .

conditional statement perform one of several steps based on o test e.g. , either print " even " or print " odd " based on whether the remainder is 0 or not .

Similar questions