422784.2543518.qx3zqy7 Jump to level 1 Complete the expression so that userPoints is assigned with 0 if userltems is greater than 20 (second branch). Otherwise, userPoints is assigned with 10 (first branch). 1 import java.util.Scanner; 2 3 public class EqualityAnd Relational { 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20} public static void main(String [] args) { } int userItems = 0; int userPoints = 0; Scanner input = new Scanner(System.in); userItems = input.nextInt (); // Program will be tested with values: 15, 20, 25, 30, 35, 10 if (userItems > 35) { userPoints = 10; } else { } userPoints = 0; System.out.println(userPoints);

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 8SA
icon
Related questions
Question
2.3.2: Equality and relational expressions.
 
422784.2543518.qx3zqy7
Jump to level 1
Complete the expression so that userPoints is assigned with 0 if userItems is greater than 20 (second branch). Otherwise, userPoints is assigned with 10 (first branch).
 
 
10:23 AM Sat Aug 20
=zyBooks
Check
My library > CS 226T: Java Programming home >
2.3: Equality and relational operators
Try again
1: Compare output
Output differs. See highlights below.
Input 15
X The <= operator can be used to evaluate if userltems is greater than 20. If userltems <= 20 is false, then userltems > 20 must
be true. The expression should evaluate to false so that the second branch executes and assigns userPoints with 0.
* Your output
Expected output 1
2: Compare output
Output differs. See highlights below.
Input 20
* Your output 0
Expected output 10
3: Compare output
Input 25
Your output 0
learn.zybooks.com
4: Compare output
Input 30
VPN 32%
EzyBooks catalog ? Help/FAQ Stacey Queen
Transcribed Image Text:10:23 AM Sat Aug 20 =zyBooks Check My library > CS 226T: Java Programming home > 2.3: Equality and relational operators Try again 1: Compare output Output differs. See highlights below. Input 15 X The <= operator can be used to evaluate if userltems is greater than 20. If userltems <= 20 is false, then userltems > 20 must be true. The expression should evaluate to false so that the second branch executes and assigns userPoints with 0. * Your output Expected output 1 2: Compare output Output differs. See highlights below. Input 20 * Your output 0 Expected output 10 3: Compare output Input 25 Your output 0 learn.zybooks.com 4: Compare output Input 30 VPN 32% EzyBooks catalog ? Help/FAQ Stacey Queen
10:23 AM Sat Aug 20
=zyBooks
CHALLENGE
ACTIVITY
422784.2543518.qx3zqy7
Jump to level 1
345 ∞
1 import java.util.Scanner;
2
My library > CS 226T: Java Programming home >
2.3: Equality and relational operators
Complete the expression so that userPoints is assigned with 0 if userltems is greater than 20 (second branch). Otherwise,
userPoints is assigned with 10 (first branch).
3 public class EqualityAnd Relational {
5
6
7
8
9
10
2.3.2: Equality and relational expressions.
A
11
12
13
14
15
16
17
18
19
20 }
Check
}
public static void main(String [] args) {
int userItems = 0;
int userPoints = 0;
if (userItems > 35) {
userPoints 10;
Scanner input = new Scanner(System.in);
userItems = input.nextInt (); // Program will be tested with values: 15, 20, 25, 30, 35, 10
}
else {
}
learn.zybooks.com
userPoints =
0;
System.out.println(userPoints);
Try again
EzyBooks catalog ? Help/FAQ
2
3
VPN 32%
Stacey Queen
Feedback?
1
2
3
Transcribed Image Text:10:23 AM Sat Aug 20 =zyBooks CHALLENGE ACTIVITY 422784.2543518.qx3zqy7 Jump to level 1 345 ∞ 1 import java.util.Scanner; 2 My library > CS 226T: Java Programming home > 2.3: Equality and relational operators Complete the expression so that userPoints is assigned with 0 if userltems is greater than 20 (second branch). Otherwise, userPoints is assigned with 10 (first branch). 3 public class EqualityAnd Relational { 5 6 7 8 9 10 2.3.2: Equality and relational expressions. A 11 12 13 14 15 16 17 18 19 20 } Check } public static void main(String [] args) { int userItems = 0; int userPoints = 0; if (userItems > 35) { userPoints 10; Scanner input = new Scanner(System.in); userItems = input.nextInt (); // Program will be tested with values: 15, 20, 25, 30, 35, 10 } else { } learn.zybooks.com userPoints = 0; System.out.println(userPoints); Try again EzyBooks catalog ? Help/FAQ 2 3 VPN 32% Stacey Queen Feedback? 1 2 3
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Time complexity
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning