Write an if/else statement that assigns 1 to the variable fever if the variable temperature is greater than 98.6; otherwise it assigns 0 to fever.

Answers

Answer 1

Answer:

temperature = int(float(input("Enter temperature: ")))

fever = 0

if temperature > 98.6:

   fever +=1

else:

   fever = 0

print(fever)

Explanation:


Related Questions

1) Examine the following three lines of R code. Write a comment above each (after the#)
describing what each line is doing. Each comment should be maximum one line. You don't
need to rewrite the code in your answer booklet.
#
mang.df <- data.frame(read.csv("MangroveData10Nov2015.csv", header=T))
#
z.value <- (1.0 - mean(mang.df$height))/sd(mang.df$height)
#
boxplot(samp.df$height, method="jitter", col="grayS0", xlab="height")

Answers

Answer:

1) Getting data from a csv file

2) Performing standard deviation

3) Plotting a graph with the extracted data

what is the percentage of 20?

Answers

Hi!

I'm Happy to help you today!

The answer to this would be 20%!

The reason why is because percents are simple to make! Like theres always an end percent! But its always gonna end at 100% Let me show you some examples to help you understand!

So were gonna have the end percent at 100%

Lets turn 2 into a percent!

2 = 2% because its under 100%

Now lets go into a Higher number like 1000%

So lets turn 33 into a percent!

33 = 3.3% 30 turns into 3% because of the max percent of 1000% and then 3 turns into .3% because of the max of 1000%

I hope this helps!

-LimitedLegxnd

-If you enjoyed my answer make sure to hit that Heart! Also Rate me to show others how well i did! You can do that by clicking the stars!

-Question asker mark me brainliest if you really enjoyed my answer!

Guess The Lyrics:
She like the way that I ______
She Like The Way That I _____
She Like The Way That I ______
She Like The Way That I

Answers

she like the way that i *DANCE*
she like the way that i *MOVE*
she like the way that i *ROCK*
she like the way i *WOO*

song : DIOR pop smoke

Answer:

Explanation:

She like the way that I _Dance_____She Like The Way That I __Move___She Like The Way That I ___Rock___She Like The Way That I Woo

Write an algorithm to find the average of three numbers: 10, 20, 30

Answers

Language: JavaScript

Answer:

let num = [10,20,30];

average(num);  

function average(num) {

 let sum = 0;

 for(let i in num) {

   sum += num[i];

 }  

 return console.log(sum/num.length);

}

What is it called when there is stored energy in the battery after an accident that has caused damage to the protective case or wiring harness?
A) Stranded energy
B) Explosive energy
C) Lost energy
D) Entrapped energy

Answers

B) Explosive energy is when there is stored energy in the battery after an accident that has caused damage to the protective case or wiring harness.

Is the energy stored when released may cause serious accidents or physical damage?

Stored energy are known to be any form of mechanical, gravitational, hydraulic that is known to be  energy stored in machines as well as in  equipment.

Stored energy hazards if released accidentally can cause serious injury.

Therefore, B) Explosive energy is when there is stored energy in the battery after an accident that has caused damage to the protective case or wiring harness.

Learn more about energy from

https://brainly.com/question/13881533

#SPJ1

The benefits of flextime include:
you can select your daily work schedule
You don't have to work so many hours
global businesses can communicate more easily
you can adjust your hours in order to complete personal tasks

Answers

Answer: You don't have to work so many hours

you can select your daily work schedule

you can adjust your hours in order to complete personal task

Trust me It's correct (Got it right)

Answer:

A, B, and C

Explanation:

Write a function shampoo_instructions() with parameter num_cycles. If num_cycles is less than 1, print "Too few.". If more than 4, print "Too many.". Else, print "N : Lather and rinse." num_cycles times, where N is the cycle number, followed by "Done.".

Answers

Answer:

Following are the code to the given question:

def shampoo_instructions(num_cycles):#defining a method shampoo_instructions that accepts num_cycles as a parameter

   if num_cycles < 1:#defining an if block that num_cycles value is less than 1

       print('Too few.')#print message  

   elif num_cycles > 4:#defining elif block that checks num_cycles is greater than 4

       print('Too many.')#print message  

   else:#defining else block

       N= 1;#defining N variable that holds a value 1

       for N in range(N, num_cycles+1):#defining for loop that check value in range

           print(N , ": Lather and rinse.")#print message  

       print('Done.')#print message  

shampoo_instructions(2)#calling the method

Output:

1 : Lather and rinse.

2 : Lather and rinse.

Done.

Explanation:

In this code, a method "shampoo_instructions" is defined, that accepts a variable "num_cycles" in its parameter, and in the next step, the multiple conditional statements have used that check the "num_cycles" values which can be defined as follows:

The if the block checks the parameter value is less than 1, and it prints the value as the message. In the next step, the elif block is used that checks parameter value is greater than 4, and it prints the value as the message. In the else block, it uses the for loop that checks the value in the range and prints its value and calling the method.

System testing – During this stage, the software design is realized as a set of programs units. Unit testing involves verifying that each unit meets its specificatio

Answers

System testing is a crucial stage where the software design is implemented as a collection of program units.

What is Unit testing?

Unit testing plays a vital role during this phase as it focuses on validating each unit's compliance with its specifications. Unit testing entails testing individual units or components of the software to ensure their functionality, reliability, and correctness.

It involves executing test cases, evaluating inputs and outputs, and verifying if the units perform as expected. By conducting unit testing, developers can identify and rectify any defects or issues within individual units before integrating them into the larger system, promoting overall software quality.

Read more about System testing here:

https://brainly.com/question/29511803

#SPJ1

Help me with this digital Circuit please

Help me with this digital Circuit please
Help me with this digital Circuit please
Help me with this digital Circuit please
Help me with this digital Circuit please

Answers

A subset of electronics called digital circuits or digital electronics uses digital signals to carry out a variety of tasks and satisfy a range of needs.

Thus, These circuits receive input signals in digital form, which are expressed in binary form as 0s and 1s. Logical gates that carry out logical operations, including as AND, OR, NOT, NANAD, NOR, and XOR gates, are used in the construction of these circuits.

This format enables the circuit to change between states for exact output. The fundamental purpose of digital circuit systems is to address the shortcomings of analog systems, which are slower and may produce inaccurate output data.

On a single integrated circuit (IC), a number of logic gates are used to create a digital circuit. Any digital circuit's input consists of "0's" and "1's" in binary form. After processing raw digital data, a precise value is produced.

Thus, A subset of electronics called digital circuits or digital electronics uses digital signals to carry out a variety of tasks and satisfy a range of needs.

Learn more about Digital circuit, refer to the link:

https://brainly.com/question/24628790

#SPJ1

if cost of 1 kg sugar is 36 find price of 3 kg sugar​

Answers

Answer:

the answer is 108

Explanation:

3×36=108

Type the correct answer in the box
in which phishing technique are URLs of the spoofed organization misspelled?
anon
is a phishing technique in which URLs of the spoofed organization are misspelled

Answers

Answer: Link manipulation

Explanation:

Answer:

Typo Squatting

Explanation:

Which type of technology is best for laying out financial projections?

Answers

Answer: Spreadsheets


Explanation: Spreadsheets allow you to foresee and edit data, while also seeing the past data to help towards ones future business goals.

A mid-sized graphic design company has a position for a graphic design artist. The hiring panel has narrowed the candidates down to three.

Candidate A is a recent college graduate. He has a degree in digital design and experience using Adobe’s photo design software. Candidate A has strong opinions about his design process and argued with the interview panel at length about their critique of his portfolio.

Candidate B has just completed an internship at a large graphic design corporation. She has experience using some of the latest design software, but her work has always been in collaboration with others. She has never completed a design job on her own.

Candidate C has worked in corporate advertising for the past ten years. She has experience in design, but her methods of production are more traditional. She does not have experience with the latest design software, nor is she very interested in learning it.

Which candidate would most likely be hired for this position?

Responses

candidate A
candidate A

candidate C
candidate C

candidate B
candidate B

None




--for education--

Answers

General instructions on how the hiring panel should proceed to reach its judgement. Here are some actions they might consider: Examine the portfolios of contenders, Interview candidates and decide.

Which of the following best sums up the advantages and disadvantages of digital publishing?

Digital publication makes it possible to produce and share content more quickly and effectively, but it also creates new opportunities for problems with piracy, copyright, and plagiarism.

One of the most important talents a news anchor needs to cultivate is which of the following?

TV news anchors need strong public speaking abilities to enable them to confidently conduct interviews and present daily news items. Also, they employ these abilities to keep conversing easily with their audience despite problems.

To know more about copyright visit:-

https://brainly.com/question/29506018

#SPJ1

Write a 2 page paper explaining why a compiler needs to know about both the target architecture as well as the target OS.

Answers

The target architecture and the operating system are important to the compiler to perform high level executions which are made in programming language.

What is a compiler?

A compiler simply means a computer program that is important in the translation of codes that are written in a particular language to another programming language.

In this case, they're vital to perform high level executions which are made in programming language.

The target architecture also sets the framework for the planning and assigning of resources to reach a desired state.

Learn more about compiler on:

https://brainly.com/question/26175597

A blueprint or a "print" needs to
O be printed on blue paper
be a photograph
have enough information to build something
O be printed on both sides of the paper

Answers

Have enough information to build something

1. The Python Rocks amusement park has a tiered admission policy:
Height of Guest Tier Name Cost of Ticket
less than 30 inches Guppy free
30 inches or more, but less than 36 inches Pollywog $2
36 inches or more, but less than 42 inches Apprentice $5
42 inches or more, but less than 48 inches Explorer $8
48 inches or more Adventurer $10
Write a program which asks the user to enter the height of the guest, then displays name of the correct tier and the cost of the ticket.

Answers

This code takes the user's height input, checks it against the park's tiered admission policy using a series of if statements, and then prints the corresponding tier name and ticket cost.

Here's a Python code that implements the amusement park admission policy:

height = float(input("What is the height of the guest (inches): "))

if height < 30:

   tier = "Guppy"

   cost = 0

elif height < 36:

   tier = "Pollywog"

   cost = 2

elif height < 42:

   tier = "Apprentice"

   cost = 5

elif height < 48:

   tier = "Explorer"

   cost = 8

else:

   tier = "Adventurer"

   cost = 10

print(f"Guest tier: {tier}, Ticket cost: ${cost}")

The code first prompts the user to enter the height of the guest using the input() function and stores it in the height variable. It then checks the value of the height variable against each tier's height range using a series of if statements. If the guest's height falls within a particular range, the corresponding tier name and ticket cost are assigned to the tier and cost variables, respectively. Finally, the code uses the print() function to display the guest's tier name and ticket cost.

Learn more about function here:

https://brainly.com/question/29760009

#SPJ4

Where is the option to set Conditional Formatting rules found?
O Insert tab in the Formatting group
O Page Layout tab in the Styles group
O Home tab in the Styles group
Formulas tab in the Formatting group

Answers

The answer is: C - Home tab in the Styles group.

Answer:

C

Explanation:

the person above me is correct, you should mark them brainliest

How can you make your MakeCode micro:bit program display either the letter
A or the letter B?

Answers

Answer:

Use a random number and control structure to decide which letter is displayed.

Explanation:

2. Damaris is creating an object in Blender. He wants to change the illumination of the object that he is working on, but can’t remember what settings he needs to change in order to accomplish that. In your own words, provide an explanation of the steps Damaris needs to take to change the illumination of the shape he is working with. Also provide an example how Damaris could use this feature.

Answers

The way that  Damaris can change the illumination of the object that he is working on in Blender is by:

First, one need to left-click on the lamp and then put  it in a place in your scene so that it can be able to illuminate the needed or required area. You can also do the above by  tweaking a lot of settings using the lamp options so that you can be able to get the lighting that you need . The most popular ones to tweak are those that have strength and color.

How do I change my light in Blender?

To view all options related to lights in Blender, enter the Object Data tab in the properties window while the lamp is still chosen.

You can alter your light kind and set energy and color settings at the top.

Therefore, The way that  Damaris can change the illumination of the object that he is working on in Blender is by:

First, one need to left-click on the lamp and then put  it in a place in your scene so that it can be able to illuminate the needed or required area. You can also do the above by  tweaking a lot of settings using the lamp options so that you can be able to get the lighting that you need . The most popular ones to tweak are those that have strength and color.

Learn more about Object from

https://brainly.com/question/2141363
#SPJ1

You see a picture of three people having fun in an IG post. Beneath the photo is a text about a prty. You wrongly assume this picture was taken at a prty when it was actually taken during a family dinner. This type of misunderstanding is an example of

Answers

From the information given this type of misunderstanding is an example of: Communication Barrier.

What are communication Barriers?

Communication obstacles prohibit us from accurately receiving and accepting the messages used by others to transmit their information, thoughts, and ideas. Communication difficulties include information overload, selective perceptions, workplace gossip, semantics, gender disparities, and so on.

It is to be noted that the Assumption that you comprehend what the other person is saying is one of the most significant communication barriers. People frequently make assumptions based on their own experiences and interpretations. You don't always know you're not talking about the same subject.

Learn more about Communication Barrier:
https://brainly.com/question/8588667
#SPJ1

Answer:

error, i think.

g Write a function named find_min that takes two numbers as arguments and returns the minimum of the two. (Behavior is not specified for which to return, if they are even -- we won't test that case.) For example: Given 2 and 4, the function returns 2 as the minimum.

Answers

Answer:

Following are the code to the given question:

#include <iostream>//header file

using namespace std;

void find_min(int x,int y)//defining a method find_min that takes two parameters

{

   if(x<y)//use if to check x less than y

   {

       cout<<x;//print value x

   }

   else//else block

   {

       cout<<y;//print value y

   }

}

int main()//main method

{

   int x,y;//defining integer variable

   cout<<"Enter first number: ";//print message

   cin>>x;//input value

   cout<<"Enter second number: ";//print message

   cin>>y;//input value

   find_min(x,y);//calling method

   return 0;

}

Output:

Enter first number: 4  

Enter second number: 2  

2

Explanation:

In this code, a method "find_min" that takes two integer variable "x,y" in its parameters and use if block to check its value and print is value.

In the main method, we declared two integer variable "x,y" that takes value from user-end, and pass the value into the method that prints its calculated value.

In this lab, you work with the same C++ program you worked with in Labs 5-1 and 5-3. As in those earlier labs, the completed program should print the numbers 0 through 10, along with their values multiplied by 2 and by 10. However, in this lab you should accomplish this using a do while loop.

Instructions
Ensure the source code file named NewestMultiply.cpp is open in the code editor.

Write a do while loop that uses the loop control variable to take on the values 0 through 10.

In the body of the loop, multiply the value of the loop control variable by 2 and by 10.

Execute the program by clicking the Run button and verify that the output is correct.

In this lab, you work with the same C++ program you worked with in Labs 5-1 and 5-3. As in those earlier

Answers

Answer:

Here is an updated code for the NewestMultiply.cpp program that uses a do-while loop to print the numbers 0 through 10 along with their values multiplied by 2 and by 10:

Explanation:

// NewestMultiply.cpp

// This program prints the numbers through 10 along

// with these values multiplied by 2 and by 10.

#include <iostream>

#include <string>

using namespace std;

int main()

{

   string head1 = "Number:";

   string head2 = "Multiplied by 2:";

   string head3 = "Multiplied by 10:";

   int numberCounter = 0;

   int byTen = 0;

   int byTwo = 0;

   const int NUM_LOOPS = 11; // Constant used to control loop

   cout << "0 through 10 multiplied by 2 and by 10." << endl;

   // Print the headers

   cout << head1 << "\t" << head2 << "\t" << head3 << endl;

   // Print the numbers

   numberCounter = 0;

   do {

       byTwo = numberCounter * 2;

       byTen = numberCounter * 10;

       cout << numberCounter << "\t" << byTwo << "\t\t" << byTen << endl;

       numberCounter++;

   } while (numberCounter < NUM_LOOPS);

   return 0;

} // End of main()

"How do you split your time between traditional television and streaming video? Has it changed? If so, how?"

Answers

please comment what device you’re using and maybe i can help :)

What are the things you needed to create a bootable USB Windows Installera​

Answers

Answer:

RUFUS

Explanation:

Try installing rufus software and burn the ISO file on your USB by choosing appropriate partition scheme MBR or GBT.  Usually MBR works for all computers but GPT is for new systems with latest technology.

(plsssssssssssssssssssssssssssssssssssssss helpp meee)
think about system you know,list the parts of the system,describe some ways that the parts are connected to the whole​

Answers

Answer:

A computer is a complex machine. While most of it works on a microscopic level, it certainly has recognizable macroscopic components that contribute to its uses. A computer can be used to do just about anything from simple calculations to preparing reports to sending rockets into space to simulating the spread of cancer in body organs. Some of the parts are, the motherboard, the power supply, the central processing unit, the optical drive ect. The motherboard plays roles like storing some simple information when the computer is off, such as the system time. The power supply, as you might have already guessed is the powerhouse of the computer. The CPU mainly does arithmetic and logical tasks. It will make a bunch of calculations to ensure the functions of the computer are carried out efficiently. An optical drive is used to read CDs and DVDs, which can be used to listen to music or watch movies. They can also be used to install software, play games, or write new information into a disk.

Explanation: O///O sorry if this is bad....

What's the output of the following code?
var x = 10;
x = x + 4;
Console.log (“The value of x is "+x+"!");

O 14!
O The value of x is x!
O The value of x is 14
O The value of x is 14!

Answers

The answer should be "The value of x is 14!"

A detailed description is shown in the photo below. I wish you success!

What's the output of the following code? var x = 10; x = x + 4;Console.log (The value of x is "+x+"!");O

what new technology led to the chaos that spurred the establishment of the federal communications commission?

Answers

Answer:

The digital read Harry quaant

Select the uses of an IPO Chart.

Answers

there are no options
The answer is what are you talking about

You've been given a network of 130.0.0.0 /16. you need to divide it into four VLSM subnets as follows:

Production 500 hosts
Sales 60 hosts
Maintenance 12 hosts
Management 30 hosts

Required:
What will be the last host-usable address in the seattle office?

Answers

Answer: Hello your required question is wrong as it does not tally with the data provided , attached below is the complete question

answer:

/23 /26 /27 /28   option A

Explanation:

Breakdown of the last four subnet masks given to the subnets

For the subnet of 500 production host the mask = /23 which will produce 512 hosts

For the subnet of 60 sales host the mask = /26 which will produce 64 hosts

For the subnet of  12 host the mask = /27 which will produce 32 hosts

For the subnet of 30 hosts the mask = /28 which will produce 16 hosts

You've been given a network of 130.0.0.0 /16. you need to divide it into four VLSM subnets as follows:

Fritz is a big fan of the racerville rockets. unfortunate;y, the team has been accused of cheating during their games. Fritz reads many articles and posts about this developing news story. His social media algorithms have "learned" that he's a fan of the team, so his feed doesnt show him any articles that argue the accusations are true. From this, Fritz decides his favorite team must be innocent of all cheating charges. Fritz is now in

A. a filter bubble
B. A third party
C. A subculture
D. an echo chamber

Answers

Option(D) is the correct answer. Fritz is now in an echo chamber.

Fritz's situation aligns with the concept of an echo chamber. An echo chamber refers to an environment, such as social media, where individuals are exposed to information and opinions that reinforce their existing beliefs and perspectives.

In this case, Fritz's social media algorithms have filtered out articles that present arguments in favor of the cheating accusations, creating an echo chamber that only confirms his preconceived notion of the team's innocence.

As a result, Fritz is insulated from diverse viewpoints and alternative perspectives, which can hinder critical thinking and a comprehensive understanding of the situation.

for similar questions on Fritz.

https://brainly.com/question/5100081

#SPJ8

Other Questions
What is the plot of the poem "Still I Rise" by Maya Angelou? In other words, describe the action of the poem. fhjvfyjvgrdcugrefvuyfvjutr there is 892 red balloons and there are 742 Blue balloons about how many balloons are there in all ? It is important to eat a variety of foods. Moderation in food consumption is important, too. True or false?. If the government puts a new tax on every can and bottle of Pepsi produced, which of the following is most likely to occur as a result?The demand for Pepsi will increase and price will decreaseThe supply of Pepsi will increase and price will increaseThe demand for Pepsi will decrease and price will increaseThe supply of Pepsi will decrease and the price will increase the foloowing data gives the number pf childern in 50 families.s construct a discrete frequency tabe Why is it important to know the proper terms for the male/female body? Write a paragraph describing the similarities between the Kongolese society (meaning culture, political structure, AND economy) before and after the Portuguese arrived. A circle has a radius of 13 m. What is its circumference?Use 3.14 for it, and do not round your answer. Be sure to include the correct unit in your answer.13 m Find the measures of the interior angles of the triangle. Find A, B,C How to use VIF methods to detect multicollinearity.? Use the "anyone lived in a pretty how town" poem by E. E. Cummin to answer the questions.1. What do the references to the seasons throughout the poem symbolize?A. The demise of emotionsB. The tragedy of isolationC. The cycle of lifeD. The process of farming2. In stanza 3, what do the children guess?A. The townspeople don't like anyone and noone.B. Anyone and noone are in love.C. The bells ringing in the town.D. Anyone is a better farmer.3. Which lines from stanza 4 show that anyone and noone are a special couple?A. when by now and tree by leafB. she laughed his joy she cried his griefC. bird by snow and stir by stillD. anyone's any was all to her4. In stanza 5, what words or phrases show that other peoples relationships are not as special as anyone and noone's?A. Someone married their everyone'sB. Laughed their cryings and Did their danceC. Sleep wake hope and then theyD. Said their nevers they slept their dreams5. Why do the children forget about anyone and noone?A. The children grow up into adults with too much to do.B. The children must go to school when the bell rings.C. Anyone and noone die.D. The townspeople make the children ignore anyone and noone. Suppose the lengths of the pregnancies of a certain animal are approximately normally distributed with mean = 192 days and standard deviation o 9 days Complete parts (a) through (1) below (a) What is the probability that a randomly selected pregnancy lasts less than 189 days? The probability that a randomly selected pregnancy lasts less than 180 days is approximately 03707 (Round to four decimal places as needed) Interpret this probability Select the correct choice below and fill in the answer box within your choice (Round to the nearest integer as needed.) A 1 100 pregnant individuals were selected independently from this population, we would expect prognancies to last exactly 180 days B. 100 pregnant individuals were selected independently from this population, we would expect pregnancies to last more than 189 days C. If 100 pregnant individuals were selected independently from this population, we would expect 37 pregnancies to last less than 180 days (b) Suppose a random sample of 23 pregnancies is obtained Describe the sampling distribution of the sample mean tongth of pregnanciers The sampling distribution of x is normal = 192 and o; - 18768 (Round to four decimal places as needed)(c) What is the probability that a random sample of 23 pregnancies has a mean gestation period of 189 days or less? The probability that the mean of a random sample of 23 pregnancies is less than 189 days is approximately (Round to four decimal places as needed) Take a strip of paper, put two half twists in it, and glue the ends together. Now cut it lengthwise while hugging the right edge. What do you get? Solve the following equation for F. Be sure to take into account whether a letter is capitalized or not. F /H =M . What is the equation of tangent in slope form? A State lottery Sells one and half million tickets of which 300 are Prize winners. What is the Propability of getting a prize by buying Just One ticket? How do historians practice historical interpretation? A scientist uses a submarine to study ocean life. She begins at sea level, which is an elevation of 0 feet. She descends 62.5 feet. She then rises 27.3 feet. Next, she descends a second time, 48 feet. How many feet must she now ascend to get back to sea level? i need it by 4pm pls 1. Use the unit circle to find the following values. Label the corresponding coordinates to justifyyour answers. Be sure to use the appropriate sign.(a) sin(330)=(b) tan(540) =(c) cos(-270)=,