Why does this not work

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Why does this not work
+
Share Save
se, Are you
't make it");
enu number:
ttending. You
{
ttending. You
{
attending. You
Resume
Output
Run
3
Stop
Docs
MyProgram.java:20: error: cannot find symbol
if (rsvp = true && number == 1) {
Timothy Char
symbol: variable number
location: class MyProgram
MyProgram.java:23: error: cannot find symbol
else if (rsvp = true && number == 2) {{
3 errors
More
symbol: variable number
location: class MyProgram
MyProgram.java:26: error: cannot find symbol
else if (rsvp = true && number == 3) {
symbol: variable number
location: class MyProgram
Transcribed Image Text:+ Share Save se, Are you 't make it"); enu number: ttending. You { ttending. You { attending. You Resume Output Run 3 Stop Docs MyProgram.java:20: error: cannot find symbol if (rsvp = true && number == 1) { Timothy Char symbol: variable number location: class MyProgram MyProgram.java:23: error: cannot find symbol else if (rsvp = true && number == 2) {{ 3 errors More symbol: variable number location: class MyProgram MyProgram.java:26: error: cannot find symbol else if (rsvp = true && number == 3) { symbol: variable number location: class MyProgram
Practice
ew Sandbox Program
MyProgram.java
1 import java.util.Scanner;
2 public class MyProgram
3- {
4
5-
6
7
8
9
10
11
12
13
14
15-
16
17
18
19
20-
21
22
23-
24
25
26
27
28
29
30
31
32
33
34
#3
3
public static void main(String[] args)
}
mig...
}
if(rsvp = true){
System.out.println("Please enter a menu number: ");
int number = sc.nextInt ();
}
else {
}
Scanner sc = new Scanner(System.in);
System.out.println("Answer true or false, Are you attending? ");
boolean rsvp = sc.nextBoolean();
if(!rsvp) {
System.out.println("Sorry you can't make it");
$
4
New Sandbo...
if (rsvp = true && number == 1) {
System.out.println("Thanks for attending. You will be served beef.")=
do LO
}
else if(rsvp = true && number == 2) {
}
System.out.println("Thanks for attending. You will be served chicken.
else if(rsvp = true && number == 3) {
System.out.println("Thanks for attending. You will be served pasta.".
%
if statement...
5
+
6
Assign varia...
System.out.println("Thank you for attending. You will be served fish"
&
7
Resume
8
C
Transcribed Image Text:Practice ew Sandbox Program MyProgram.java 1 import java.util.Scanner; 2 public class MyProgram 3- { 4 5- 6 7 8 9 10 11 12 13 14 15- 16 17 18 19 20- 21 22 23- 24 25 26 27 28 29 30 31 32 33 34 #3 3 public static void main(String[] args) } mig... } if(rsvp = true){ System.out.println("Please enter a menu number: "); int number = sc.nextInt (); } else { } Scanner sc = new Scanner(System.in); System.out.println("Answer true or false, Are you attending? "); boolean rsvp = sc.nextBoolean(); if(!rsvp) { System.out.println("Sorry you can't make it"); $ 4 New Sandbo... if (rsvp = true && number == 1) { System.out.println("Thanks for attending. You will be served beef.")= do LO } else if(rsvp = true && number == 2) { } System.out.println("Thanks for attending. You will be served chicken. else if(rsvp = true && number == 3) { System.out.println("Thanks for attending. You will be served pasta.". % if statement... 5 + 6 Assign varia... System.out.println("Thank you for attending. You will be served fish" & 7 Resume 8 C
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Fundamentals of Input and Output Performance
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education