1. Write a single if statement that examines two integer variables and changes the larger to the smaller, using only one else clause.

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter4: The Selection Structure
Section: Chapter Questions
Problem 5MQ9
icon
Related questions
icon
Concept explainers
Question
I need the answer as soon as possible
Homework
1. Write a single if statement that examines two integer variables and
changes the larger to the smaller, using only one else clause.
2. What is the difference between if(x = 3) and if(x == 3)?
3. Do the following values evaluate true or false?
а. О
b. 1
C. -1
d. X= 0
e. x == 0 // assume that x has the value of 0
4. If myAge, a, and b are all int variables, what are their values after
myAge = 39;
a = myAge++;
b = ++myAge;
Transcribed Image Text:Homework 1. Write a single if statement that examines two integer variables and changes the larger to the smaller, using only one else clause. 2. What is the difference between if(x = 3) and if(x == 3)? 3. Do the following values evaluate true or false? а. О b. 1 C. -1 d. X= 0 e. x == 0 // assume that x has the value of 0 4. If myAge, a, and b are all int variables, what are their values after myAge = 39; a = myAge++; b = ++myAge;
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Control Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT