I'm not sure how I'm supposed to go about this. please help converting to dollars. how do I set up and solve.

I'm Not Sure How I'm Supposed To Go About This. Please Help Converting To Dollars. How Do I Set Up And

Answers

Answer 1

The program that reads four values and outputs the total amount in dollars and cents is given below:

The Program

Python code:-

#taking Multiple input of variables like quarters, dimes, nickels, pennies

q,d,n,p=map(int,input().split())

#calculate cents

cents=(q*25)+(d*10)+(n*5)+2

#convert to dollars

print("$%.2f"%(cents/100))

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

I'm Not Sure How I'm Supposed To Go About This. Please Help Converting To Dollars. How Do I Set Up And
I'm Not Sure How I'm Supposed To Go About This. Please Help Converting To Dollars. How Do I Set Up And

Related Questions

A friend loaned you an old video game on a disc. You took the game home and put it in your game console. A message appeared saying that the disc has an "unrecognizable format."

What's the most likely problem?

A. The disc is dirty.
B. The disc is bent.
C. The disc was created for a different type of console.
D. The disc is in a different language.

Answers

Where a friend loaned you an old video game on a disc. You took the game home and put it in your game console. A message appeared saying that the disc has an "unrecognizable format." The most likely problem is: "The disc was created for a different type of console." (Option C)

What is a game console?

A video game console is an electrical device that generates a visual signal or picture to show a video game that may be controlled by a gaming controller.

These can be home consoles, which are typically installed in a fixed position and linked to a television or other display device and operated by a separate game controller, or portable consoles, which have their own display unit and controller features built in and can be played anywhere. Hybrid consoles have features from both home and portable platforms.

Learn more about game console:
https://brainly.com/question/11179237?
#SPJ1

You are working on a research paper in a local library building. The library has three computers, which are hooked together in a network. A device called the hub connects the three computers together and passes information between them. Computer C has a printer connected to it, which all of the computers share. A bridge is also connected to the hub. The bridge connects the local library's computers to the computers at the library's central office and to other computers on the Internet.

You have been working on your paper using Computer B. You printed out a copy of the paper and then decided to check some facts on the Internet. You find that your computer will not connect to the other computers on the Internet.

a network of computers and a printer

What is most likely to be the problem?

A. The hub.
B. The bridge.
C. Computer B's network connection.
D. Any of the above is equally possible.

Answers

The answer choice that is most likely to be the problem is C. Computer B's network connection.

Why is the problem from the network connection?

It is likely that the problem is with Computer B's network connection because it is the computer you were using when you encountered the issue of not being able to connect to the other computers on the Internet.

The hub and the bridge are both devices that facilitate communication between computers in a network, but the issue could be with Computer B's configuration, such as incorrect IP or DNS settings, or with its network card, which could be damaged or malfunctioning.

To properly diagnose the problem, it would be necessary to examine Computer B and its connection to the rest of the network.

Read more about network connection here:

https://brainly.com/question/8118353

#SPJ1

What were the main differences between the layout, blocking, and animation sections?

Answers

Note that:

Layout refers to the arrangement of elements on a page or screen, including the position and size of text boxes, images, and other elements.Blocking refers to the placement of actors, sets, and props in a scene in theater, film, or animation production. In animation, it involves defining the movements and positions of characters and objects in each shot or scene.

Animation refers to the creation of the illusion of movement and change by rapidly displaying a sequence of static images that minimally differ from each other

What is an animation Section?

Animation is a means of creating the illusion of movement in a series by photographing consecutive drawings, models, or even puppets.

Because our eyes can only hold an image for about a tenth of a second, when many pictures emerge in quick succession, the brain merges them into a single moving image. Traditional animation involves drawing or painting images on clear celluloid sheets to be photographed. Early cartoons are instances of this, but most animated films nowadays are created using computer-generated imagery, or CGI.

Learn more about Animation;
https://brainly.com/question/29996953
#SPJ1

Question: 9
What should be the primary focus of keeping information secure?
O
O
O
O
Educating users on the dangers of phishing
attempts
Encrypting all personal data
Ensuring the confidentiality, integrity, and
availability of data
Implementing a strong password policy
Question: 10

Answers

The primary focus of keeping information secure should be ensuring the confidentiality, integrity, and availability of data.  Hence option C is correct.

What is information security about?

This involves implementing various security measures such as encryption, access control, backup and disaster recovery, and following industry standards and regulations to protect sensitive information from unauthorized access, alteration, or loss.

Therefore,  Educating users on the dangers of phishing attempts and implementing a strong password policy are also important steps in ensuring information security.

Learn more about information security from

https://brainly.com/question/25226643

#SPJ1

infrastructure and environments are required to support authorizative source through which Two answers

Answers

The infrastructure and environments are required to support authoritative source through data as an IT asset and governance and expert judgment. The correct options are a and b.

What is authoritative source?

It is an organisation that has access to or validated copies of accurate information from an issuing source, allowing a CSP to validate the legitimacy of identity proofing materials submitted by applicants. An authoritative source can also be an issuing source.

Peer-reviewed Sources, such as journals and publications that have undergone peer review, are examples of acknowledged sources. These include known industry experts and professional publications.

Environments and infrastructure are needed to enable data as an IT asset, governance, and expert opinion as an authoritative source.

Thus, the correct option is a and b.

For more details regarding authoritative source, visit:

https://brainly.com/question/2229496

#SPJ1

Your question seems incomplete, the missing options are:

a. Data as an IT asset

b. Governance and expert judgment

c. Collaboration and stakeholder communication

d. Non-trusted systems that enforce cybersecurity

Hackers and viruses are _____.

A) the only ways data can be stolen
B) the physical ways data can be stolen
C) how data is stolen through sabotage
D) not the only ways data can be stolen

Answers

Answer:

D) not the only ways data can be stolen

____ is the main difference between a LAN and a WAN.

A) Distance covered
B) Cabling used
C) ISP

Answers

Answer:

A) Distance covered

Explanation:

Because WAN stands for Wide area network and LAN stands for Local Area Network so the main difference is the area or the distance covered

draw a single diagram for architecture of AR the describe each block?​

Answers

Augmented reality is the enhanced, interactive version of a real-world environment.

What is augmented reality about?

Through the use of holographic technology, digital visual components, noises, and other sensory stimulation are combined to create an improved, interactive image of the actual world.

The real world and computer-generated content are combined in augmented reality, an interactive experience.

In order to improve the experience, augmented reality overlays virtual data or even a virtual world on top of the already existing real-world surroundings. Consider Pokémon Go as an illustration, where players look for animated characters that appear in their real-world surroundings on their phone or tablet.

Learn more about augmented reality on:

https://brainly.com/question/9054673

#SPJ1

When programming in the MakeCode Arcade interface, why would you select
one of the buttons in the bottom right corner of the screen?

Answers

In the MakeCode Arcade interface, buttons in the bottom right corner of the screen are typically selected to change the display mode between code blocks and JavaScript. This allows the user to switch between a visual, block-based interface for writing code and a text-based interface for writing JavaScript code.

How does the MakeCode arcade's code leaping work?

To position the sprite in the game's center, add an A button event. To make the sprite "jump" (move) 15 pixels, add a B button event.

Therefore, the "code drawers" in the editor's center are where the blocks are kept. A Position variable in MakeCode is a special type of variable that stores three numbers that identify a particular place in three dimensions. These values are referred to as X, Y, and Z coordinates. This feature provides greater flexibility and control over the code, allowing the user to write code using their preferred method.

Learn more about MakeCode from

https://brainly.com/question/29354598

#SPJ1

Answer:

B.

To zoom into the code so it appears larger

Explanation:

I need help with this true table

Answers

The truth table for the circuit above is 100. The correct option is E.

What are truth tables for circuits?

A truth table can be used to summarize and verify a circuit's logic. The table lists all feasible input combinations along with the output that the circuit will generate for each combination. To verify the logic at any point, truth tables can be created for individual circuit components.

A circuit's total power is equal to the sum of its total voltage and total current. or as an equation: P = VI

Therefore, the correct option is E, 100.

To learn more about truth tables, refer to the link:

brainly.com/question/27989881

#SPJ1

Which example best demonstrates an impact computing has had on the arts?
OA. A student bullies another student on social media by posting
embarrassing pictures.
OB. A group of friends who have never met each other in person play
an online game together.
OC. A music producer searches for samples of Caribbean percussion
instruments to add to a song.
OD. A teacher uses a computer-scored test to grade assignments
more quickly.

Answers

Answer:

the answer is C because music is art

You can't access the blank

from outside the physical boundary of an organization.

Answers

You can't access the intranet outside the physical boundary of an organization.

What is an intranet?

An intranet is a computer network used within an enterprise to share information, facilitate communication, and provide collaboration tools, operational systems, and other computing infrastructure, generally with no outside access.

The primary distinction between an intranet and an extranet is that an intranet is used for internal employee communication and access to corporate updates, whereas an extranet is primarily used to permit external partners to access data, check orders, and so on.

An extranet's main function is to allow users to trade data and programs as well as share information.

Learn more about Intranet:
https://brainly.com/question/19339846
#SPJ1

You are given the task of making a small sign for your office's picnic. You decide to make the sign very colorful. The words in the message will be in three colors — blue, red, and yellow. You alternate each word between the three colors. The first word was red, the second yellow, and the third blue, and then it repeats again.

When you print the card, every third word in the message is missing.

What is the most likely problem?

A. The font is not installed correctly.
B. You have the wrong printer cartridge.
C. You are out of one color of ink.
D. You need a new printer driver.

Answers

The most likely problem is that you are out of one color of ink (Option C).

How is the answer determined?

Since every third word in the message is missing, this could suggest that the printer is running out of one of the colors and is unable to print it correctly. Alternating between three colors suggests that all three colors are being used equally, so it is less likely that one color would be used up faster than the others.

Options A, B, and D are less likely to be the problem because they wouldn't result in every third word being missing. Option A would result in the entire message not being printed, while option B would result in incorrect colors being printed, and option D would result in the printer not being able to print at all.

Read more about printer here:

https://brainly.com/question/27962260

#SPJ1

What would be an ideal scenario for using edge computing solutions?

Answers

Answer:

An ideal scenario for using edge computing solutions would be a situation where data needs to be processed quickly and efficiently, without the need for a central server

Explanation:

2
Drag each label to the correct location on the image.
Match the images with the impact they create.
focus on the subject
evoke emotion
Reset
create contrast
Next

Answers

Focus on the Subject: The photographer has zoomed in on the subject to draw attention to it and create a strong focus.
Evoke Emotion: The photographer has used a shallow depth of field to blur the background .
Create Contrast: The photographer has used contrasting colors to draw attention to the subject and create a more striking image.

Who is Focus?

Being able to focus on one thing at a time without being sidetracked is known as having focus. In order to succeed in a variety of spheres of life, including work, study, sports, and hobbies, it is imperative to have this ability. By exercising awareness and using meditation and other approaches, it can be enhanced. A focus or foci, sometimes known as a clear focus, is a special point used it to generate any number of various curves in geometry. Conic sections come in four varieties: circle, ellipse, parabola, and hyperbola, and can be defined using one or two foci, for instance.

To know more about Focus
https://brainly.com/question/12904932
#SPJ1

When would you prefer to use a jump drive over using a hard drive? Choose the most appropriate answer.

A) when you want to carry your data with you while on vacation
B) when you need quick access to the data
C) when you want to rename your data files on your computer
D) when you want to back up your data on the same computer

Answers

Answer:

A) when you want to carry your data with you while on vacation

Ms. Neese is writing a story and wants the title of each chapter to look the same
(font size, style, color, etc.). What feature will help her do this?
Save As
Table of Contents
Text Alignment
Styles

Answers

To make Word documents better, format the text. Find out how to alter the text's alignment, font size, font, and font color.

Which choice allows us to customize text formatting features such font size, color, and alignment?

Right-click any style in the Styles gallery on the Home tab and select Modify. Change any formatting elements, such as font style, size, or color, alignment, line spacing, or indentation, that you desire in the formatting area. You can decide if the style change only affects the current document or all future ones.

How do I alter the HTML font size and color?

Use the CSS font-size property to alter the font size in HTML. Put it within a style attribute and change the value to what you desire. Then Add this style attribute to a paragraph, heading, button, or span tag in an HTML element.

To know more about Text Alignment visit:-

https://brainly.com/question/29508830

#SPJ1

Answer in C language:

Answers

Answer: English

Explanation:

Elaborate on the importance of effective communication to your study

Answers

The importance of effective communication in your study is it helps in better understanding and building good relationships among students and teachers.

What is effective communication?

Additionally, effective communication abilities support the development of strong connections with coworkers, clients, and customers.

On the other hand, poor communication can result in misunderstandings, errors, and decreased productivity, thus harming business relationships and impeding career advancement.

Therefore, effective communication is crucial to your research because it fosters greater knowledge and positive interactions between students and teachers.

To learn more about effective communication, refer to the link:

https://brainly.com/question/1423564

#SPJ1

In which of the following situations would a bulleted list be better than an ordered
(or numbered) list?
A list of students with the highest AR points in class
A list ranking the top 10 NFL teams
A list of clothes to pack for summer camp
A list of steps to drive to the library

Answers

Answer:

A list of clothes to pack for summer camp

Explanation:

I doesn't require an ordered list because it is randomly

You should unplug your computer if you
A. start it up and the desktop appears
C. are recharging the batteries
f
O Search
*
Save Answer
O
B. smell burning or see smoke rising from it
D. sense an electrostatic discharge
SP
C

Answers

B) smell burning or see smoke rising in it

Material without an attribution license might have which Creative Commons license?
A. CC BY-NC-ND
B.CC BY-NC-SA
C.CC BY
D.No license (public domain)

Answers

Note that Material without an attribution license might have the Creative Commons license called:  No license (public domain) (Option D).

What is the rationale for the above response?

Material without an attribution license is considered to be in the public domain.

This means that anyone can use and distribute the material without seeking permission or paying royalties, and there are no restrictions on how the material can be used. Creative Commons licenses, such as CC BY, CC BY-NC-SA, and CC BY-NC-ND, provide specific conditions for the use and distribution of licensed material.

Learn more about Creative Commons License:
https://brainly.com/question/29950414
#SPJ1

Answer:

CC BY-NC-ND

2.4.2 just did it

Explanation:

Complete the sentence.

______ can cause malware such as a keylogger to be installed on a PC.

A) Opening an email with an infected attachment
B) Using a packet sniffer
C) Dumpster diving
D) Injecting code

Answers

Answer:

A) Opening an email with an infected attachment

____ is the act of looking through discarded paperwork and other items to try to find out information about a potential hacking target.

A) Social engineering
B) Packet sniffing
C) Dumpster diving
D) Phishing

Answers

Answer:

C) Dumpster diving

Explanation:

A garage has an air compressor that powers several different tools. The air compressor fills a compressed air storage tank. The tools then draw air from the tank.

A mechanic uses the compressor hose to fill several car tires. He then attaches an impact wrench to help fasten the tires to the car. The impact wrench barely turns. The pressure gauge on the tank still indicates full pressure.

What might be causing the problem with the wrench?

A. The wrench is broken.
B. The tank is out of air.
C. The system was not made for filling tires.
D. The compressor is overloaded.

Answers

The most likely cause of the problem with the impact wrench is option D. The compressor is overloaded.

What is the wrench about?

When the mechanic used the compressor hose to fill the car tires, he put a heavy demand on the air compressor. This sudden increase in demand could have caused the compressor to become overloaded, which would result in a drop in pressure in the storage tank.

The impact wrench relies on a consistent and adequate supply of compressed air in order to operate effectively, so a drop in pressure could cause the wrench to barely turn.

Therefore, it's most likely that the compressor is overloaded and unable to keep up with the demand from the impact wrench, which is causing the wrench to barely turn.

Learn more about wrench  form

https://brainly.com/question/15075481

#SPJ1

You need to export each layer of your document, including hidden layers, to a separate PNG-24 file with the prefix SKATE. Which menu option should you use? To answer, select to highlight the correct option in the answer area.​

Answers

the Layers panel, then. Choose the layer groups, artboards, or layers that you want to save as picture assets. Right-click your chosen item and then choose Quick Export.

Which technique will enable you to export each layer as a PNG?

To save certain layers in your document as a PNG, right-click on the layer and select "Quick Export as PNG" in Photoshop CC 2015 and later. By modifying the export file type that is used by default, you can also export as a JPG, GIF, or SVG.

The best way to export a layer to a PNG?

the Layers panel, then. Choose the artboards, layers, or layer groups you want to save as picture assets. To quickly export your selection as a PNG, right-click it and choose the menu in context. Select a location for the export of the picture.

To know more about hidden layers visit;-

https://brainly.com/question/27725598

#SPJ1

A bubbler is often used to measure water levels in dirty or contaminated water. An air compressor and regulator supply air at a constant pressure. A needle valve then releases a small stream of air into a tube that runs to the bottom of the dirty water tank. A pressure gauge measures the pressure in the tube. As the dirty water level rises, it places a higher pressure on the submerged end of the tube. The pressure in the tube can then be used to measure the height of the water in the tank.

a diagram of a tank with a bubbler

You are using a bubbler to measure water levels. You had to stop the air compressor for a short time to do some maintenance. After you start the compressor again, the gauge does not appear to work. You do not see any bubbles, and the pressure in the tube is very high.

What should you do to fix the problem?

A. Briefly open the needle valve farther, then reset it.
B. Open the needle valve farther and leave it there.
C. Briefly increase the regulator pressure and then reset it.
D. Increase the regulator pressure and leave it there.

Answers

Note that in the above scenario, what you should do to fix the problem with the bubbler is; " Briefly open the needle valve farther, then reset it." (Option A)

What is the rationale for the above response?

If the pressure in the tube is very high and no bubbles are seen, there is likely an obstruction in the tube preventing the air from entering the water.

Opening the needle valve briefly will allow the excess pressure to escape and may help to clear the obstruction. After that, the needle valve can be reset to its previous setting. If the problem persists, further investigation may be necessary to determine the cause of the obstruction and to find a solution.

Learn mroe about Bubbler:
https://brainly.com/question/19202557
#SPJ1

Which two pieces of complex information are hidden by the user interface of
navigation software?
A. Route output data
B. Map data
C. Language choice
D. Volume

Answers

Data output routes Map data The user interface of navigation software conceals two complex pieces of information.

Describe data.

Data are pieces of information that have been arranged and formatted in a way that can be utilized. Any kind of information, including unprocessed data, text, pictures, music, video, or a mixture of all of these, can be used. In order to make judgements, develop predictions, or gain insights, data is typically gathered from many sources and analysed. Applications, websites, and other digital services can all be powered by data. Data is gathered via methods like measurement, observation, querying, or analysis, and is frequently expressed as numbers or characters that can be processed further.

To know more about data
https://brainly.com/question/14864440
#SPJ1

using ven diagram, compare move tank to move steering

Answers

Note that move tank and move steering are two different methods of controlling a vehicle's movement.

Note that the details for the Venn Diagram are give as follows:

In the non-overlapping areas, the unique features of each method can be listed. For example:

Move tank: separate motors for left and right tracks/wheels, typically used in tracked vehicles, better for rough terrain.Move steering: single motor for steering, front wheel-based, commonly used in wheeled vehicles, better for precise steering and turning.

The overlapping area could include similarities such as: both are methods of controlling a vehicle's movement, both involve motor(s) and/or mechanism(s).

What is a Move Tank and what is a Move Steering?

Move tank refers to the use of two separate motors to control the speed and direction of the vehicle's left and right tracks or wheels.

Move steering, on the other hand, uses a single motor to control the direction of the vehicle's front wheels, while the speed is controlled by a separate motor or mechanism.

Learn more about vehicle movement:
https://brainly.com/question/30203868
#SPJ1

8.1.8: Citation
This uses Python.
Please help me fix this:

def citation (a):
first, middle, last = a
return f"{last}, {first} {middle}"

print(citation(("Martin", "Luther", "King, Jr.")))

# Output
King, Jr, Martin Luther

Answers

The code has a SyntaxError because the first line is missing an indentation. In Python, indentation is significant and indicates the start of a block of code. The corrected code would look like this:

The Program

def citation (a):

   first, middle, last = a

   return f"{last}, {first} {middle}"

print(citation(("Martin", "Luther", "King, Jr.")))

This code would output: King, Jr., Martin Luther.

Read more about python here:

https://brainly.com/question/26497128

#SPJ1

Other Questions
Identify the missing amount for each of the following situations: Total Assets Total Liabilities Stockholders' Equity $? $ 360,000 $ 220,000 b. 135,000 45,000 ? 425,000 305,000 a. C. ? a. Total assets $ Define expropriation, explain how it effects a county's investments in foreign counties, and how counties respond to it. which product is formed in the following synthetic sequence? co2 El profesor de educacin fsica dirigi el discurso en la reunin. Analisis gramatical The specifications on an electronic component in a target-acquisition system are that its life must be between 5000 and 10,000 h. The life is normally distributed with mean 7500 h. The manufacturer realizes a price of $10 per unit produced; however, defective units must be replaced at a cost of $5 to the manufacturer. Two different manufacturing processes can be used, both of which have the same mean life. However, the standard deviation of life for process 1 is 1000 h, whereas for process 2 it is only 500 h. Production costs for process 2 are twice those for process 1. What value of production costs will determine the selection between processes 1 and 2? South Korea and its supporters forced the North Koreans to retreat above the 38th parallel. Which of the following halted this advance:A) the soviets threatened to use nuclear weaponsB) North Korea requested a peace settlementC) China entered the war D) The US refused to cross the 38th parallel There are two point charges q1=(7.00x10^0) C and q2=(-9.000x10^0) C. q1 is located at origin (0, 0). q2 is located at ((7.0000x10^0) m,(6.000x10^0) m). Now we place another point charge q3 = (6.0000x10^0) C at ((7.0000x10^0) m, 0), i.e. q3 is right underneath of q2 . Please calculated the Y-component of the electrostatic force on q3 . Give your answer in the unit of N with 3 sf. The introduction of chemical, physical, or biological agents into water that degrade water quality and adversely affect the organisms that depend on the water. Naomi wants to save $100 000, so she makes quarterly payments of$1500 into an account that earns 4.4%/a compounded quarterly. How long will it take her to reach her goal? How did astronomers finally solve the mystery of what gamma-ray bursts were? What instruments were required to find the solution? why american schools are even more unequal than we thought? Find a vector orthogonal to both 2, 2, 0 and to 0, 2, 5 of the form 1 two linear equations in two variables have no solution. the equations are An acute triangle has sides measuring 10 cm and 16 cm. The length of the third side is unknown. Which best describes the range of possible values for the third side of the triangle?x < 12. 5, x > 18. 912. 5 < x < 18. 9x < 6, x > 266 < x < 26. What did the Antifederalists argue that the powers of government should be limited by? a particle undergoes simple harmonic motion. the graph shows the variation of velocity v of the particle with time t. what is the variation with the time of the acceleration a of the particle what type of business organization is is antique paper goods Write an expression to represent "the sum of four and the product of 16 and a number x." (no parentheses in answer please) when an owner invests cash in a business, the owners capital account is Write an equivalent fraction for each given fraction 10/2 please help!!