Exam (elaborations)
ISDS 505 Midterm 1 Chapter 4 Decisions (with 100% Errorless Answers)
- Course
- Institution
What is the output of the following code segment? int a = 3, b = 4; if(a == b) Write("X"); WriteLine("Y"); a. X b. Y c. XY d. nothing correct answers b. Y What is the output of the following code segment? int a = 3, b = 4; if(a < b) { Write("Y"); WriteLine("Z"); } a. Y ...
[Show more]