(image attached)

The program pictured asks a user to enter two values and the program adds them together.

Unfortunately it doesn't work l, identify the errors in the code. ​

(image Attached)The Program Pictured Asks A User To Enter Two Values And The Program Adds Them Together.

Answers

Answer 1

Answer:      

The answer to this question is given below in the explanation section.

Explanation:

In this given program there are two errors, first in line number 2 that stores a string value, not int. The second error is at line 6, a symbol "*" represents multiplication, not addition.

To solve these errors, in line #2, convert the input to an int variable value 1. To add the values of variables (value1 and value2), use the plus symbol "+" in the print statement at line #6.

The correct program is given below:

value1= int(input("Enter first number: "))

#get second number and store it into value2 variable.

value2= int(input("Enter second number: "))

#add the values store in variables (value1 and value2) and then print

print (value1 + value2)


Related Questions

The "heart" of the digital camera is the __________ .

a
A/D converter

b
image/JPEG processor

c
MMS card

d
sensor

Answers

Answer:

D. Sensor without a the actual imaging sensor it wouldn't be able to capture anything.

what is authenticity​

Answers

Answer:

the quality of being authentic

Explanation:

Histogram 9AMAA 12/01/2021.
9
10
11
12
Overview
16
2
3
Question Progress
Homework Progress
Below 10
53%
The histogram shows the birth weights of 1000 mice.
Frequency density
6
8
10
18
12 14 16
Birth weights (grams)
20
Work out the number of mice with birth weights below 10 g.​

Answers

??????? I don’t get this

be a doll and help me out:)

Answers

Answer:

The second option is correct.

Explanation:

Be aware that the answer you have chosen is center align, the other wrong choices are right-aligned and justified which gives the second option the correct one.

Krya needs help deciding which colors she should use on her web page. What can she use to help her decide.
A. Color section
B. Color theory
C. Proofread
D. Storyboarding

Answers

Answer:

B. Color theory

Explanation:

A color theory can be defined as the science and art that guides people on how to use and combine various colors. Therefore, a good understanding of color theory would help someone to know the relationship (similarities and differences) between various type of colors such as primary colors, tertiary colors and secondary colors.

In this scenario, Krya needs help deciding which colors she should use on her web page. Thus, she should use color theory to help her decide on what color combinations are best for her web design.

Which of the following strategies will help you to stay focused and on topic while writing your essay?
a. Outlining
c. Neither 'a' nor 'b'
b. The 5 paragraph format
d. Both 'a' and 'b'
Please select the best answer from the choices provided
A
B
Ο Ο Ο Ο
D

Answers

Answer:

the answer is D,both A and B

Answer:

The answer is D. i give full credit to the person above me who got it right

Explanation:

Tysm

Which task is not possible with VLOOKUP?
O lookup values located in a different worksheet
lookup values located in a column to the right of the column that contains the lookup value
C. lookup values located in a column to the left of the column that contains the lookup value
D. lookup values such as text, numbers, or characters

Answers

The task among the given options that is not possible with the VLOOKUP is;

C. You can lookup values located in a column to the left of the column that contains the lookup value

VLOOKUP is a function tool in Microsoft excel that useful when we want to find some specific things by row located in a table or a range.

An example is when we want to look up the size of a machine part by it's serial number, or even find the name of applicants for a job based on their first names or unique Application ID.

Now, looking at the options and comparing with our definition of a the VLOOKUP function tool, it is clear that option C is the one that is not possible with VLOOKUP.

Read more on VLOOKUP at;https://brainly.com/question/14042837

You might create algorithms and flowcharts during the
phase of software development.
Evaluating the user's experience happens as part of the
phase of software development.
A requirements document is created during the
phase of software development.
A beta version of software is released during the
phase of software development.

testing
design
release
coding
planning
ITS TIMED PLEASE HURRY

Answers

Answer: design or code

Explanation:

Sorry if one is wrong (but I’d choose design)

An end user might create algorithms and flowcharts during the design phase of software development.

The phases of software development.

In Computer science, there are seven (7) main phases involved in the development of a software program and these include the following;

PlanningAnalysisDesignDevelopment (coding)TestingDeploymentMaintenance

During the design phase of software development, an end user might create algorithms and flowcharts. Also, the evaluation of user's experience happens as part of the testing phase of software development.

A requirements document is created during the planning phase of software development. The beta version of software is released during the testing phase of software development.

Read more on software here: brainly.com/question/26324021

Help me please!

Explain what a copyrighted image is.

Describe what the exclusive rights the owner of a copyrighted image has.

What does it take to use someone’s copyrighted image?


What are the four main factors to consider the use of an image as fair use?

What are some websites that will allow you to purchase stock photos? (give at least 4 examples)

What are some websites that will provide free stock photos? (give at least 4 examples)

Answers

Answer:

Copyrighted image:

Certain images that you cannot take without buying or somehow bypassing legal restrictions

Explanation:

If you see the phrase images may be subject to copyright, it means that a collection of pictures have legal restrictions on when you can use them without permission. If you generate photos, charts or other images in the course of your business, copyright law protects you from other people using them without permission.

Factor 1: The Purpose and Character of the Use.

Factor 2: The Nature of the Copyrighted Work.

Factor 3: The Amount or Substantiality of the Portion Used.

Factor 4: The Effect of the Use on the Potential Market for or Value of the Work.

Resources.

Shutterstock.com.

Fotolia.

Dreamstime.

iStock.

Free

StockSnap.io

Pexels

Unsplash

Reshot

Answer:

haha i take deez points HAHA

Explanation:

what will it be the answer of this?

Answers

Answer:

1.22

Explanation:

A photograph is created by what?

-silver
-shutters
-light
-mirrors

Answers

Answer:

Mirrors and light maybe

Explanation:

Answer

Light.

Explaination

A photo is created when light falls in a photo–sensitive surface usually from an electronic image sensor.

You are now going to prepare some reports for the company. Measurements are in metres and volume
n cubic metres. Prices are per cubic metre. Mako sure al currency values are displayed with 2 decimal
places
20 -
Using a suitable database package, import the file M2017BOARDS.CSV
Use these field names and data types:
Field Name Data Type Description/Specification
Board ID
Text
This is a unique identification for each board
Tree_ID
Text
This code identifies the type of tree
Thickness
Numeric
Width
Numeric
Numeric
Length
Drying
Text
Ready
Sold
Boolean/Logical Display as Yes/No or checkbox
Boolean/Logical Display as Yes/No or checkbox
Numeric/Currency Currency of your choice
Price
.
Set the Board_ID field as the primary key.
[3]
Import the file M2017TREES.CSV into your database as a new table with appropriate data
types. Set the Tree_ID field as the primary key.
121
21.
12.
Examine the file M2017LOCATIONS.CSV and decide on appropriate data types for each field
Import the file M2017LOCATIONS.CSV into your database as a new table with appropriate
data types. Set the Location_code field as the primary key.
121
EVIDENCE 4
Place in your Evidence document screenshot(s) showing the field names and data
types used in each of the three tables.
23
Create one-to-many relationships as links between the three tables.
Use the Tree_ID field in the Trees table to link to the Tree_ID field in the Boards table, and
the Location_code field in the Locations table to link to the Location_code field in the Trees
table.
EVIDENCE 5
Place in your Evidence document screenshot(s) showing the relationships between
the three tables.

Answers

if you follow me and like and mark in brainliest answer only I will tell the answer

what is an overview of your opinion of Digital Etiquette? Do not look it up bc I will know!

Answers

Answer:

I think digital etiquette is good and it should be know all around the world.

Explanation:

Other Questions
What are the different kind of stem cells? Please use in your own words no copy and paste please What is a major effect of scarcity in economic behavior? A.It decreases the amount of profit companies can make. B.It provides incentives for creating a command economy. C.It prevents people from getting what they want D.It increases the opportunity cost of economic decisions. please help me please will give brainliest to anyone who is good Which of these characteristics indicates that the passage is a work of nonfiction?A)charactersB)headingsC)plotD)setting The expression 42 + 57 shows how much money Nate spent at the store. Which expression also shows how much money Nate spent ? Examine the graph shown below. Need help on number 5 and 6 0.545Convert to fraction Which of the following is NOT an example ofGeorge Washington's legacy?A. He established a presidential cabinet of top advisors.B. His administration was responsible for implementing anational bank.C. His administration was responsible for abolishing slavery.D. Presidents are referred to as "Mr. President." What is 0.25 as a fraction helpp due tonight!!!!! Jeff traveled at an average speed of 65 miles per hour for 2.5 hours and then traveled at an average speed of 70 miles per hour for 1.5 hours. What was the total distance in miles that Jeff traveled during this time? Tim saw that a pair of $200 dollar jeans had been marked down by 20%. He told his friend that if you took the new price of the jeans and increased that value by 20%, the jeans would return to the original price of $200. is he correct or no? Is the petroleum industry good for Louisiana Plant anatomy and physiology notes ( I have to more questions ) Which measure is greater? 5 kilograms or 5 pounds?**im not in 10th grade im in 7th i just don't know how to change it** Pls I need help not the best at this. Help I dont understand this Wich ratio is equivalent to 7:3 6c 7 + d + 4 6d combine like terms