Question 24 Consider the pseudocode below: set a variable X to 14 set a variable Y to 0 while (X is smaller than 100) set X to X + Y set Y to X/2 (rounded up to the nearest whole number) When this...


Question 24<br>Consider the pseudocode below:<br>set a variable X to 14<br>set a variable Y to 0<br>while (X is smaller than 100)<br>set X to X + Y<br>set Y to X/2 (rounded up to the nearest whole number)<br>When this pseudocode completes, what will X equal?<br>

Extracted text: Question 24 Consider the pseudocode below: set a variable X to 14 set a variable Y to 0 while (X is smaller than 100) set X to X + Y set Y to X/2 (rounded up to the nearest whole number) When this pseudocode completes, what will X equal?

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here