question 9 and 10 20) || (Y>10) be evaluated to?falseO 2010O trueO Impossible to determineQUESTION 10Consider the code fragment below. What will be the values of variables x and y after Buttonl...


question 9 and 10


Remaining Time: 1 hour, 59 minutes, 06 seconds.<br>Tust: Final Exam - CIT100-ME01<br>* Question Completion Status:<br>QUESTION 9<br>If X=10 and Y=20, what will the condition (X>20) || (Y>10) be evaluated to?<br>false<br>O 20<br>10<br>O true<br>O Impossible to determine<br>QUESTION 10<br>Consider the code fragment below. What will be the values of variables x and y after Buttonl is clicked 20 times?<br>public partial class Form1 : Form<br>{<br>public Form10<br>InitializeComponent();<br>int x = 0;<br>private void Button1 Click(object sender, EventArgs e)<br>int y = 03;<br>X++;<br>y++;<br>Ox-1; y-D0<br>-20 -20<br>Savea<br>Save All Answers<br>Click Save and Submit to save and submit. Click Save All Answers to save all answers.<br>MacBook Air<br>

Extracted text: Remaining Time: 1 hour, 59 minutes, 06 seconds. Tust: Final Exam - CIT100-ME01 * Question Completion Status: QUESTION 9 If X=10 and Y=20, what will the condition (X>20) || (Y>10) be evaluated to? false O 20 10 O true O Impossible to determine QUESTION 10 Consider the code fragment below. What will be the values of variables x and y after Buttonl is clicked 20 times? public partial class Form1 : Form { public Form10 InitializeComponent(); int x = 0; private void Button1 Click(object sender, EventArgs e) int y = 03; X++; y++; Ox-1; y-D0 -20 -20 Savea Save All Answers Click Save and Submit to save and submit. Click Save All Answers to save all answers. MacBook Air
44 seconds.<br>* Question Completion Status:<br>QUESTION 10<br>7 F<br>Consider the code fragment below. What will be the values of variables x and y after Button1 is clicked 20 times?<br>public partial class Form1: Form<br>public Form10<br>InitializeComponent();<br>int x= 0;<br>private void Button1_Click(object sender, EventArgs e)<br>int y 0;<br>x++;<br>y++;<br>O x-1; y=0<br>x=20; y=20<br>x-0; y=1<br>Ox-20; y=1<br>Ox=1; y-20<br>

Extracted text: 44 seconds. * Question Completion Status: QUESTION 10 7 F Consider the code fragment below. What will be the values of variables x and y after Button1 is clicked 20 times? public partial class Form1: Form public Form10 InitializeComponent(); int x= 0; private void Button1_Click(object sender, EventArgs e) int y 0; x++; y++; O x-1; y=0 x=20; y=20 x-0; y=1 Ox-20; y=1 Ox=1; y-20
Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here