C-05-Q164mediumsingle_mcq
To print an increasing pattern of numbers on each line (1, 12, 123, ...), the most suitable structure is a —
To print an increasing pattern of numbers on each line (1, 12, 123, ...), the most suitable structure is a —
- anested loop
- bsingle if statement
- cswitch statement
- dfunction only