In this challenge. we're getting started with conditional statements. Check out the Tutorial tab for learning m instructional video! Task Given an integer, n. perform the following conditional actions: • Ifn is odd. print weird • If n is even and in the inclusive range of 2 to 5. print Not Weird • Ifn is even and in the inclusive range of 6 to 20. print weird • Ifn is even and greater than 20. print Not Weird Complete the stub code provided in your editor to print whether or not n is weird.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Objective
In this challenge, we're getting started with conditional statements. Check out the Tutorial tab for learning materials and an
instructional video!
Task
Given an integer, n. perform the following conditional actions:
• Ifn is odd. print Weird
• If n is even and in the inclusive range of 2 to 5. print Not Weird
• Ifn is even and in the inclusive range of 6 to 20. print weird
• Ifn is even and greater than 20. print Not Weird
Complete the stub code provided in your editor to print whether or not n is weird.
Input Format
A single line containing a positive integer. n.
Constraints
1<n< 100
Transcribed Image Text:Objective In this challenge, we're getting started with conditional statements. Check out the Tutorial tab for learning materials and an instructional video! Task Given an integer, n. perform the following conditional actions: • Ifn is odd. print Weird • If n is even and in the inclusive range of 2 to 5. print Not Weird • Ifn is even and in the inclusive range of 6 to 20. print weird • Ifn is even and greater than 20. print Not Weird Complete the stub code provided in your editor to print whether or not n is weird. Input Format A single line containing a positive integer. n. Constraints 1<n< 100
output Format
Print weird if the number is weird otherwise,pe
print Not wetrd
Sample Input o
3.
Sample Output0
eird
Sample ingut 1
24
Sample Output 1
Not Wetrd
Explanation
Sample Output 1
Not Meird
Explanation
Sample Case 0 n= 3
nis odd and odd numbers are weird, so we print woird.
Sample Case 1: n=24
n> 20 and n is even so it isn't weird. Thus, we print Not eird.
Transcribed Image Text:output Format Print weird if the number is weird otherwise,pe print Not wetrd Sample Input o 3. Sample Output0 eird Sample ingut 1 24 Sample Output 1 Not Wetrd Explanation Sample Output 1 Not Meird Explanation Sample Case 0 n= 3 nis odd and odd numbers are weird, so we print woird. Sample Case 1: n=24 n> 20 and n is even so it isn't weird. Thus, we print Not eird.
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY