Computer Science, asked by tasneemgohar26, 1 month ago

Analysis below program segments and determine how many times the Hello World will be printed. #include void main() { int x=5; while(x<=30) { printf("Hello World"); x++; } }

Option 1:
26 times

Option 2:
25 times

Option 3:
5 times

Option 4:
30 times​

Answers

Answered by mehtalavanya2012
0

Answer:

25 I think 99 %

Explanation:

plz mark me as brainlist

Similar questions