Exercise 3.16.4: Happy Face Solita
Write a program that draws a smiley face!
Only draw the smiley face if the user responds that they are happy! Save the
user input to a variable called happy
Hints
• First determine how to draw the smiley face
• Then use an if statement to decide whether or not to call the functions!

Answers

Answer 1

Answer:

do you have a picture of the assignment?


Related Questions

this really isn't a question but it is mainly for Brianly I have 40+ so bainlist answers but on my rank it says I have 0/15 is this a computer bug or what because I've been on this app for a little bit more than a year now
I have a snip to prove how many brainliest answers I have provided below

Answers

Answer:

i have it but i have it fixed

Explanation:

might be a visual bug, try refreshing your page. if this doesnt work you can ask someone with a higher rank to help you.

Once a business determines that change needs to occur, what ahould the
business create?
A. Business operation
B. Business analysis
C. Business model
D. Business strategy

Answers

Answer:

D. Business strategy

Explanation:

Kono Dio Da!!

Describe the indicators and hazards of a metal deck roof fire in an unprotected steel joist warehouse as well as the techniques to deal with the problem.

Answers

Answer:

Explanation:

Joist mansory building is a type of building with the exterior wall of mansory, which is capable of withstanding combustion or fire for nothing less than an hour.

Therefore, the best method to deal with fire is to build with materials that are fire resistant.

Based on the information given, it's vital to make the construction with materials that are fire resistant.

Within the fire service, building construction can simply be defined as the study of how buildings can be put together. It's also how materials and connections are used.

From the information given, it's stated that the metal deck roof is in an unprotected steel joist warehouse. Therefore, in order to prevent hazard, it's important to make the construction with materials that are fire-resistant.

Read related link on:

https://brainly.com/question/17050293

Python question. Please help. What are the variables for those 2.​

Answers

This question doesn’t make any sense send more information so that we can help you.

A customer seeks to buy a new computer for a private use at home.The customer primarily needs the computer to use the Microsoft PowerPoint application for the purpose of practice presentation skills.As a sales person what size hard disc would you recommend and why?

Answers

Answer:

The most common size for desktop hard drives is 3.5 inches,  they tend to be faster and more reliable, and have more capacity. But they also make more noise.

Explanation:

If you are continually deleting and installing programs or creating content, the disc must have good reliability.

Keep in mind that larger hard drives are also a little slower, so it is preferable to opt for two smaller ones. Large hard drives are partitioned so there is no problem gettin

chbdg good performance, but if you put everything on one big disk and it breaks, you will lose everything.

If you buy 2 small disks, check that the motherboard does not limit the speed of a second hard disk.

the blue course at the ski club is 5.8 km long. The red course is 10.3 km long. Mark skied the blue course 15 times and Katy skied the red course 15 times. How much further did Katy ski than Mark?​

Answers

Answer:

67.5km

Explanation:

mark = 5.8 x 15 = 87km

Katy = 10.3 x 15 = 154.5km

154.5 - 87 = 67.5km

To what extent can u justify that computer is not the only ICT tool?​

Answers

ICT tool  integration in education is essential because technology enables teaching and learning to occur outside of the classroom.

Describe an ICT tool.

Digital infrastructures like computers, laptops, desktops, data projectors, software, printers, scanners, and interactive teaching boxes are examples of information communication technology equipment. In computer science, the focus is largely on programming and how computers function. Computing focuses more on the hardware and developing the software, whereas ICT is more about the people in the business and customising commercially available programmes to their needs. Learning how to drive a car is an effective analogy.

Why are computers seen as ICT tools?

Tools for information and communication technology are known as ICT tools. Computers, laptops, printers, scanners, software, data projectors, and interactive teaching aids are examples of digital infrastructures that fall under the category of ICT tools.

To know more about ICT tool visit:-

https://brainly.com/question/21298416

#SPJ1

Def sum_divisors(n): sum =1 # Return the sum of all divisors of n, not including n x=int(n**0.5) for i in range(2,(x//1)+1): if n%i==0: sum=sum+i if n%i==0 and n/i!=i: sum=sum+(n/i) return sum print(sum_divisors(0)) # 0 print(sum_divisors(3)) # Should sum of 1 # 1 print(sum_divisors(36)) # Should sum of 1+2+3+4+6+9+12+18 # 55 print(sum_divisors(102)) # Should be sum of 2+3+6+17+34+51 # 114

Answers

Answer:

This is a python program that counts the number of divisors of a given number and calculates the sum of the divisors.

Explanation:

The first line defines a function "sum_divisors" with an argument "n". The square root of the argument is converted to integer and assigned to the variable "x", then a for loop is used to iterate through the range 2 to the calculated nth number of divisors in the argument.The return keyword returns the sum value.

The function is called with several arguments and printed with the print function.

differentiate between status bar and task bar​

Answers

Answer: The taskbar is for starting tasks, while the status bar shows information.

Explanation:

The taskbar is often at the bottom of the desktop, while the status bar may be at the bottom of a program's window.

The status bar displays information, but the taskbar is used to initiate tasks.

What is the status bar?

A graphics controller called a status bar displays an informational area there at bottom of windows. To organize the information, it might be split into sections. Since several status bars offer additional capabilities, their main duty is to provide knowledge about just the window's present state.

The status bar may appear at the bottom of a program's screen, although the taskbar is frequently at the bottom of the workspace.  They both have their own functions that help in running a system.

The status bar is presented at the bottom of internet browser displays or other software windows; a toolbar provides simpler access to operations generally carried inside the application.

Learn more about status bar, here:

https://brainly.com/question/3521461

#SPJ2

What does a photovoltaic cell do

Answers

Answer: Photovoltaic simply means they convert sunlight into electricity.

Explanation:

Answer:

Photovoltaic cells have the basic commitment to convert the sun’s energy into usable electricity.

Explanation:

Trust me it’s right

An encryption system works by shifting the binary value for a letter one place to the left. "A" then becomes: 1 1 0 0 0 0 1 0 This binary value is then converted to hexadecimal; the hexadecimal value for "A" will be:

Answers

Answer:

The hexadecimal equivalent of the encrypted A is C2

Explanation:

Given

Encrypted binary digit of A = 11000010

Required

Hexadecimal equivalent of the encrypted binary digit.

We start by grouping 11000010 in 4 bits

This is as follows;

1100 0010

The we write down the hexadecimal equivalent of each groupings

1100 is equivalent to 12 in hexadecimal

So, 1100 = 12 = C

0010 is represented by 2 in hexadecimal

So, 0010 = 2

Writing this result together; this gives

1100 0010 = C2

Going through the conversion process;

A is first converted to binary digits by shifting a point to the left

A => 11000010

11000010 is then converted to hexadecimal

11000010 = C2

Conclusively, the hexadecimal equivalent of the encrypted A is C2

the hose is 2 inches in diameter. What circumference does the plug need to be? remember to type just a number

Answers

Answer:

6.28

Explanation:

This problem bothers on the mensuration of flat  shapes, a circle.

Given data

Diameter d= [tex]2in[/tex]

Radius r =  [tex]\frac{d}{2} = \frac{2}{2} = 1in[/tex]

We know that the expression for the circumference of a circle is given as

[tex]C= 2\pi r[/tex]

Substituting our given data and solving for C we have

[tex]C= 2*3.142*1\\C= 6.28[/tex]

Any material that comes into contact with the body must be __________.

Answers

Answer:

]Disinfect using a fresh bleach solution or other disinfectant. ... If you have been exposed to blood or potentially infectious materials at work, what actions ... How should you dispose of contaminated sharps, such as glass or needles that ... ( )Body openings - infected material comes into contact with your eyes, nose or mouth.

Explanation:


Describing How to Change the Order of Slides
Isabela realizes her presentation is not flowing well. She decides to sort the slides in a new way. Which view would
be most helpful to complete this task?


Answers

Answer:

the answer is B. Outline view

Answer:

b

Explanation:

Write the corresponding Python expression of the following mathematical expression.

Answers

Answer:

The code:

# Import math Library

import math

# Print the value of 2pi

print (math.pi * 2) ## output would be: 6.28318530718

Explanation:

The different between a compiler and a translaror

Answers

Answer:

Compiler converts the program from one computer language to another computer language that is translating from a higher level language to a lower level language. A translator usually has a fixed body of code that is required to translate the program.

Answer:

Answer: Compiler converts the program from one computer language to another computer language that is translating from a higher level language to a lower level language. ... A translator usually has a fixed body of code that is required to translate the program.

Explanation:

These statements describe a network server.

assigns MACs
manages network resources
provides network security
translates data sent between networks

Answers

Answer:

The statement that describes a network server is:

manages network resources

Explanation:

A server is a computer built and programmed to fulfill network needs. They might be able to perform regular computer tasks, but they are designed specially to connect several computers, create a space those computers can share, provide connectivity management to them and be able to receive, send, create, and copy data inside that network. In other words, it creates a space of interaction, allows interaction, and transfer data from this network to other networks and from other networks for its managed network.

Which composer below was not part of the classical period?
A. Beethoven B. Bach
C. Mozart

Answers

Explanation:

B. Bach

Thanks for your point

Manuel is working on a project in Visual Studio. He wants to keep this program showing on the entire desktop, but he also needs to have several other applications open so that he can research the project. ​

Answers

Answer:

d. Task View

Explanation:

Based on the scenario being described within the question it can be said that the best feature for this would be the Windows 10 task view. This is a task switcher and  virtual desktop system included in the Windows 10 operating system, and allow the individual user to quickly locate, manage, open or hide different windows/tasks. Such as having several projects open in different monitors running at the same time.

what is an if then block and how does it work on code.org

Answers

Send more information this question doesn’t make any sense


If a homozygous dominant parent is crossed with a homozygous recessive parent, the offspring will be:




Answers

Answer:

it will be heterozygous.

Explanation:

The required if a homozygous dominant parent is crossed with a homozygous recessive parent, the offspring will be heterozygous.

What is a homozygous dominant parent?

A homozygous dominant parent is an individual who possesses two copies of the same dominant allele for a particular trait. In genetics, an allele is a variant form of a gene. A dominant allele masks the expression of a recessive allele when both are present in a heterozygous individual.

Here,

If a homozygous dominant parent (having two dominant alleles, such as "AA") is crossed with a homozygous recessive parent (having two recessive alleles, such as "aa"), all of their offspring will be heterozygous (having one dominant and one recessive allele, such as "Aa"). The phenotype (appearance) of the offspring in this case will reflect the dominant trait.

Thus, the required if a homozygous dominant parent is crossed with a homozygous recessive parent, the offspring will be heterozygous.

Learn more about homozygous dominant parent here:
https://brainly.com/question/1084870
#SPJ6

Explain in detail how we could collect solar energy from space and get it to earth

Answers

Answer: Reflectors or inflatable mirrors spread over a vast swath of space, directing solar radiation onto solar panels. These panels convert solar power into either a microwave or a laser, and beam uninterrupted power down to Earth. On Earth, power-receiving stations collect the beam and add it to the electric grid.

Hoped This Helped!!!!

Answer: Reflectors or inflatable mirrors spread over a vast swath of space, directing solar radiation onto solar panels. These panels convert solar power into either a microwave or a laser, and beam uninterrupted power down to Earth. On Earth, power-receiving stations collect the beam and add it to the electric grid.

Explanation:

Since you have to be cautious about deleting a slide, PowerPoint only allows you to delete one slide at a time. True or False

Answers

Answer:

true

Explanation:

The statement "Since you have to be cautious about deleting a slide, PowerPoint only allows you to delete one slide at a time" is true.

What is a PowerPoint presentation?

G slides can be used to create a PowerPoint presentation. By clicking the large sign at the top left of your screen, you can log in and create a presentation if you have an account. I use slides to create my presentations because it is so simple to use.

You ought to investigate it for yourself. Since it is entertaining, students should enjoy both watching and participating in such presentations. With the right approach, it can assist schools in meeting the needs of all students.

When using PowerPoint, you can project color, images, and video for the visual mode to present information in a variety of ways (a multimodal approach).

Therefore, the statement is true.

To learn more about PowerPoint presentations, refer to the below link:

https://brainly.com/question/16779032

#SPJ2

Fill in each blank with the correct answer/output.

int[] vals = {7,5,3,9,0,37,93,16,68,6,99};

System.out.println(vals[vals[1]+vals[4]]);

Answers

Answer:

37

Explanation:

Given int[] vals = {7,5,3,9,0,37,93,16,68,6,99};

In programming, the position of each value in the list are known as index. The first value is always assigned index of 0 not 1, the second value is assigned index of 1 and so on. For example;

val[0] = 7 i.e value with index 0

val[1] = 5

val[4] = 0

In order to print out this value

System.out.println(vals[vals[1]+vals[4]]);

Substituting the index value val[1] and val[4] into the argument given

vals[vals[1]+vals[4]]

= vals[5+0]

= vals[5]

= 37 (value at the 5th index)

System.out.println(vals[vals[1]+vals[4]]);

= 37

This means that the system will print out 37 to the console

Give one reason why a telephone number would be stored as the text data type. [2 marks]

Answers

Answer:

Telephone numbers need to be stored as a text/string data type because they often begin with a 0 and if they were stored as an integer then the leading zero would be discounted.

The other reason is that you are never likely to want to add or multiply telephone numbers so there is no reason to store it as an integer data type.

Explanation:

A text data type can hold any letter, number, symbol or punctuation mark. It is sometimes referred to as 'alphanumeric' or 'string'.

The data can be pure text or a combination of text, numbers and symbols.

People often assume that a telephone number would be stored as an 'integer' data type. After all, they do look like numbers don't they!

The Principal of a school requires to store the information about the students of his school.
Which application software should he use to create a database? (Do it as homework)

Answers

Answer:

Microsoft office access would be a good application to create a database......it has various advantages such as storage and retrival of data, etc.

Explanation:

By Ms Excel the school principle write everything and to create students profile principle sir or headmaster use Microsoft so that students id cards will be created.

Jeanne writes a song, and Raul wants to perform
it. What should Raul do?
A. Copy the music and lyrics and take them to
the show to use.
B. Ask Jeanne for permission to use her song in
the show
C. Claim that he wrote the song
D. Have his teacher copy the song and give it to
Raul.

Answers

B) ask jeanne for permission

Answer- B: Ask Jeanne for permission to use her song in the show.

Explanation:

What is the different between a computer and a phone?​

Answers

The most obvious difference between a cell phone and PC is the size. Cell phones are significantly smaller than PCs, and are able to fit in the palm of one's hand. ... Cell phones have less command functions than a PC's keyboard and considerably less storage space. Some cell phones may be used as a GPS device

Company B is setting up commercial printing services on their network. Which of these are advantages of centrally managed commercial printers? Check all that apply.

Answers

Answer:

Centralized management of printing activities, allowing administrators to manage all print devices using a network.

Explanation:

The advantages of centrally managed commercial printers are:

Printers can be easily created and deployed in virtual sessions such as Citrix or VMwareCentralized management of printing activities, allowing administrators to manage all print devices using a network.Reduces the number of printer related issues thereby increasing productivity.It provides a way of keeping record those who are printing and what have been printerAll print related jobs can be easily managed from a central controlled network.Increased security as a print server allows you to total control over who can print what and where High availability and redundancy due to pooling of printers Easily customize printer profile

Have you ever seen a Magic 8 ball? You ask it a yes-no question and then shake it to get a random response like “Signs point to yes!”, “Very doubtful”, etc. If you’ve never seen a Magic 8 ball, check out this video.

We encourage you to work in pairs for this challenge. Come up with 8 responses to yes-no questions. Write a program below that chooses a random number from 1 to 8 and then uses if statements to test the number and print out the associated random response from 1-8. If you need help with random numbers, see lesson 2.9.

public class Magic8Ball
{
public static void main(String[] args)
{
// Get a random number from 1 to 8

// Use if statements to print out 1 of 8 responses


}
}
1
public class Magic8Ball
2
{
3
public static void main(String[] args)
4
{
5
// Get a random number from 1 to 8
6

7
// Use if statements to print out 1 of 8 responses
8

9

10
}
11
}

Answers

Answer:

ok ok ok

]ok

ok

okm

ok

Explanation:

Other Questions
Jessica bought the ingredients to make chicken soup, and wanted to make a double batch, which would be 18 cups of soup. A quick Google search told her that this was 259.9 cubic inches. She hoped the soup pot below would be big enough. The soup pot is 9 inches tall with a radius of 3.5 inches. What is the volume of the soup pot? Answer choices are rounded to the nearest tenth cubic inch. 169.6 cubic inches 890.6 cubic inches 197.9 cubic inches 346.4 cubic inches Write a program that maintains a database containing data, such as name and birthday, about your friends and relatives. You should be able to enter, remove, modify, or search this data. Initially, you can assume that the names are unique. The program should be able to save the data in a fi le for use later. Design a class to represent the database and another class to represent the people. Use a binary search tree of people as a data member of the database class. You can enhance this problem by adding an operation that lists everyone who satisfi es a given criterion. For example, you could list people born in a given month. You should also be able to list everyone in the database. Sam has not felt like himself lately. He doesn't feel like doing any of the things that he would normally do, like piano and guitar. What is wrong with Sam and what can he do to help himself want to do those things again? 6. Find the partial pressures of the gases in a mixture with a total pressure of 101.3 kPa, if there are 7.8 mole ofNg, 2.1 mole of 0, 0.090 mole of Ar, and 0.010 mol of Co,3:205/10/219110112Pausebreak16X14&*A%7956O84{ The management of Discount Furniture, a chain of discount furniture stores in the Northeast, designed an incentive plan for salespeople. To evaluate this innovative plan, 12 salespeople were selected at random, and their weekly incomes before and after the plan were recorded. Was there a significant increase in the typical salespersons weekly income due to the innovative incentive plan? Use the .05 significance level. Estimate the p-value, and interpret it Which is an example of mechanical weathering A manufacturer finds that the life expectancy of its best selling model of dishwashers is 11 years and the standard deviation is one year. The lifespans are approximately normally distributed . What percent of dishwasher models skill last from 9-13 years? A. About 68%. B.about 95%. C. About 34 percent. D. About 47.5 percent A 50 Ohm resistance causes a current of 5 milliamps to flow through a circuit connected to a battery. What is the power in the circuit? Martin Luther did the most for the____ genre during the Renaissance.MassMadrigal Chant ChoraleChanson Louis pasteur tambien propuso que los microorganismos son la causa de algunas enfermedades escribi que problema pudo haber llevado a pasteur a proponrr esta teoria hey can anyone pls help me out in dis pls i will mark u as brainliest!!!!! and i will give 30 points evaluate the expression -3 times 0.4 to the power of 2 + -1.1 to the power of 3? The Lincoln Movie Well into the Civil War abolitionists like Frederick Douglass saw Lincoln as a pro-slavery candidate. Why was that? At least a paragraph Lincoln took special care with the border states because x + 2y = 13-x + y = 5 A soda manufacturer claims that its Cherry Fizz soda has more carbonation than a competitors Cherry Eclipse soda. Bottles of both types of soda are opened, covered with a balloon, and then shaken. The diameter of each balloon is then measured. The mean balloon diameters are 2.3 inches for the Cherry Fizz soda and 2.1 inches for the Cherry Eclipse soda. A 90 percent confidence interval to estimate the difference in mean diameters, in inches, is (0.8,1.2). Which of the following claims is supported by the interval? A company is producing two types of ski goggles. Thirty percent of the production is of type A, and the rest is of type B. Five percent of all type A goggles are returned within 10 days after the sale, whereas only two percent of type B are returned. If a pair of goggles is returned within the first 10 days after the sale, the probability that the goggles returned are of type B is What does the circulatory system do?A. Sends hormones to the bodyO B. Moves blood around the bodyC. Brings oxygen into the bodyO D. Defends against invaders BC =Round your answer to the nearest hundredth. Which expression can be used to find the surface area of the following rectangular prism?