subject

I desperately need help doing the following problems:.1. Your school is holding a talent show. Each entry consists of a pair of performers. In the auditions, each partner in a pair is awarded a score between 0 and 100, and if the combined total for the pair exceeds 120, or if either performer's score exceeds 85, then the pair is accepted into the show. In addition, if a pair is awarded a combined score of less than 15, then they too are invited to perform in the show (for the novelty value).In the following code segment, invite is a boolean and p1 and p2 are ints. If p1 and p2 contain the scores for each individual in a certain pair, write code that assigns true to invite if and only if the pair should be invited to perform in the talent show.2. When you go on a date, you rate your date's fashion sense on a scale from 0 to 10. As a general rule, if the rating is 8 or more, then you will consider going out again with the same person. However, if your date's parents are wealthy, you will consider going out again with him or her if the rating is 7 or more. If the int r contains your date's rating from 0 to 10 and the boolean w contains true if and only if your date's parents are wealthy, write code that will set d to true if and only if you will consider going on another date with the same person.3. In the following code segment, the boolean variable raining contains true if it is currently raining and false if it is not. The boolean variable floodwarning contains true if there is imminent danger of floods or false if there is no such danger. The flood gates on a certain canal system should be open if it is raining or if there is an imminent danger of flooding, but if it is both raining and there is an imminent danger of flooding then they should be closed. At all other times, the gates should remain closed. Write code that sets the boolean variable open to true if the gates should be open and to false if they should be closed.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:00
In a file-oriented information system, a work file stores relatively permanent data about an entity is created and saved for backup and recovery purposes stores records that contain day-to-day business and operational data is a temporary file created by an information system for a single task
Answers: 1
question
Computers and Technology, 21.06.2019 23:30
Me2540 week 5 assignment what do i want to know?
Answers: 1
question
Computers and Technology, 22.06.2019 04:00
Chloe is building a kiosk-based excel application. she wants to make some modifications to the screen elements in order to keep users from being distracted by parts of the application that are irrelevant to her application. she turns to henry for guidance as she knows he built a similar solution earlier this year.chloe has decided to hide the worksheet gridlines and the vertical scroll bar. what does henry tell her to use to do this? a) screen elements dialog boxb) display options dialog boxc) customization dialog boxd) excel options dialog box
Answers: 2
question
Computers and Technology, 22.06.2019 17:20
[a] create a class called “cycle” which has two instance integer variables as properties, “numberofwheels” and “weight.” create a constructor with two parameters, using the same variable names in the parameter list. assign each variable to numberofwheels” and “weight” respectively. write a separate application to test the class and display its properties. note: do not change the names of the instance variables or the variables listed in the constructor’s parameter list. [b] edit your class cycle by adding a default constructor which will assign the default values of 100 to represent the numberofwheels, and 1000 to represent the weight, by invoking a call to the other constructor. modify your application created in [a] to test the class.
Answers: 3
You know the right answer?
I desperately need help doing the following problems:.1. Your school is holding a talent show. Each...
Questions
question
Mathematics, 24.11.2020 04:30
question
Chemistry, 24.11.2020 04:40
question
Mathematics, 24.11.2020 04:40
Questions on the website: 13722367