462500.3140334.qx3zqy7 Jump to level 1 Write an if-else statement for the following: If num_difference is not equal to -15, execute total_difference = -10. Else, execute total_difference = num_difference. 1 num_difference = int(input()) # Program will be tested with values: -13 -14 -15 -16. 2 | 3 Your code goes here 5 print(total_difference) IN3456

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter4: Making Decisions
Section: Chapter Questions
Problem 5E: a. Write a program named CheckMonth that prompts a user to enter a birth month. If the value entered...
icon
Related questions
icon
Concept explainers
Question
462500.3140334.qx3zqy7
Jump to level 1
Write an if-else statement for the following:
If num_difference is not equal to -15, execute total_difference = -10. Else, execute total_difference = num_difference.
int(input()) # Program will be tested with values: -13 -14 -15 -16.
1 num_difference
2
3 Your code goes here '''
олдW N
4
=
5 print(total_difference)
6
Transcribed Image Text:462500.3140334.qx3zqy7 Jump to level 1 Write an if-else statement for the following: If num_difference is not equal to -15, execute total_difference = -10. Else, execute total_difference = num_difference. int(input()) # Program will be tested with values: -13 -14 -15 -16. 1 num_difference 2 3 Your code goes here ''' олдW N 4 = 5 print(total_difference) 6
Expert Solution
Step 1

Program Approach:

  • Step 1: Create a user input integer variable num_difference for taking integer input from the user.
  • Step 2: Check whether num_difference is not equal to -15. Set total_difference equal to -10.
  • Step 3: Otherwise, set total_difference equal to num_difference.
  • Step 4: Display total_difference.
steps

Step by step

Solved in 3 steps with 5 images

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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr