Question
What is the output of the following part of the Python
program? Â c = 0 while (cSolution
Why this is correct (intended meaning): Interpreting the snippet as properly cased and indented Python: c = 0 while c <= 2 : Â Â Â c = c + 1 Â Â Â print ( "Hi" ) The loop runs while c is 0,1,2 (three iterations). Each iteration increments c and prints Hi , so Hi prints three times on separate lines.
What will come in place of the question mark (?) in the following series?
1528, 1416, 1204, ?, 480, -32
143 Â Â Â Â 119Â Â Â Â 107Â Â Â Â 101Â Â Â Â Â 98Â Â Â Â ?
96 89 ? 90 94 91
...What value should come in the place of (?) in the following number series?
19, 235, 260, 324, 333, ?
What will come in place of the question mark (?) in the following series?
305...
In each of the following number series, one term is missing. Find the missing term.
3, 5, 20, 24, 144, 150, ?
1029, 1030, 1039, 1064, ?, 1194
75, 80, 95, ?, 155, 200
What will come in place of the question mark (?) in the following series?
1515, 184, ?, 455, 967, 624
7 29 61 ? 211 349
...