Exam (elaborations)
ISDS 505 Midterm 1 Chapter 4 Decisions Questions and answers Latest 2024 Graded A
- 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 - Answer- 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 b. Z ...
[Show more]