subject
Computers and Technology, 29.10.2020 22:40 jesser9

Java Eclipse Homework Puppet Theater Package: Chall11B
Class: PuppetApp

PUPPET ASSIGNMENT

Write a program for the “Miles of Smiles” puppet theater that will display the attendance for each night of the week, the average attendance, the total attendance, and the profit.

Your program must:

1. Declare the variable: ‘day’ and as an integer type.
2. Declare the variables ‘total’ and ‘average’ as a double.
3. Display a smiling face at the top of the screen.
4. Display the title of your program and display “PROGRAMMED BY (your name).”
5. Ask the user for the number of persons who attended the puppet show on day 1.
Repeat this for day 2, day 3, day 4 and day 5.
6 .Calculate the total attendance for the week and store it in the variable ‘total’.
7. Calculate the average daily attendance for the week and store it in the variable ‘average’. (Be sure to make the calculation with two decimal places, not as an integer.)
8. Display the total attendance for the week and the average per day.
9. If the average is greater than 25, then display “MAKING A PROFIT”, else if the average is less than 24 then display “LOSING MONEY’. Otherwise display ”BREAKING EVEN”.

Save your completed code according to your teacher’s directions.

THE MILES OF SMILES PUPPET THEATER

ATTENDANCE PROGRAM

Programmed by Sally Smith

PLEASE ENTER THE NUMBER OF PERSONS ATTENDING THE SHOW ON:

DAY 1:

DAY 2:

DAY 3:

DAY 4:

DAY 5:

**

*_ _*

* 0 0 *

* + *

* \___/ *

* *



TOTAL: (The total will be displayed here)

AVERAGE: (The average will be displayed here)

We are making money! (If this is the case…otherwise “Losing Money” or “Breaking Even”)

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 07:50
Apython programming question: assume s is a string of lower case characters. write a program that prints the number of times the string 'bob' occurs in s. for example, if s = 'azcbobobegghakl', then your program should print number of times bob occurs is: 2
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Which of the following would not be considered a pc? a. mainframe b. desktop c. tablet pc d. laptop
Answers: 2
question
Computers and Technology, 23.06.2019 18:40
How does is make you feel when you're kind to others? what are some opportunities in your life to be more kind to your friends and loved ones? imagine a world where kindness has be outlawed. how would people act differently? would your day-to-day life change significantly? why or why not?
Answers: 2
You know the right answer?
Java Eclipse Homework Puppet Theater Package: Chall11B
Class: PuppetApp

PUPPET AS...
Questions
question
Mathematics, 25.11.2020 04:50
question
Mathematics, 25.11.2020 05:00
Questions on the website: 13722361