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:
<em>value1= int(input("Enter first number: "))</em>
#get second number and store it into value2 variable.
<em>value2= int(input("Enter second number: "))</em>
#add the values store in variables (value1 and value2) and then print
<em>print (value1 + value2)</em>
The Spec book, describes a formatted writing which contains the major specifications and description of the building blocks of an application or process. The design process should follow formatting guidelines such as ;
- Inclusion of table of content, which gives a table like format of the content in the book within the first 25 pages.
- Inclusion of the Spec section number in the <em>header and footer section</em> of each page of the book.
- Avoid including any other value with the <em>spec section number</em>. Hence, the spec section number must be distinctly seperated.
Learn more : brainly.com/question/25648287
Answer:
B- .net
Explanation:
.NET is a domain which can be used to create different applications which include web, mobile, desktop, gaming, cloud among others and it often consists of different programming language that helps in creating different applications thereby providing the base services needed to interact with the operating system.
Therefore Margaret Sullivan who is a TLD expert and a domain name consultant should suggest .NET domain to her clients who want to start Internet companies.
Sign up for Gmetrix and Centriport (Console 8). THose two should explain the requirements.
I took a class to get certified, which was Business Computer Applications, so if you're able to take that class, I suggest you do so.