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
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?
a. 0
b.
1
c. 11
d. X = 0
e. X == // 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? a. 0 b. 1 c. 11 d. X = 0 e. X == // 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
trending now

Trending now

This is a popular 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