Read the following C++ code carefully and find
out, which out of the given options (i) to (iv) are
the expected correct output(s) of it. Also, write the
maximum and minimum value that can be
assigned to the variable Start used in the code :
void main()
int Guess[4] = {200, 150, 20, 250} ;
int Start = random(2) + 2;
for(int C = Start; C<4; C++)
cout << Guess[C] << "#" ;
(i) 200#150#
(iii) 150#20#250#
(ii) 150#20#
(iv) 20#250#
Answers
Answered by
0
Answer:
150/150-1
200/20-10
its a answer of these questions
Answered by
1
I don't know. very very very sorry.
Similar questions
English,
6 months ago
Computer Science,
6 months ago
Computer Science,
6 months ago
Physics,
1 year ago
Math,
1 year ago
Math,
1 year ago
English,
1 year ago
Math,
1 year ago