Answer:
Yes It's true but You forgot email
Explanation:
24 percent so far so keep working at that goal
Answer:
purchase_amount = float(input("Enter the amount of a purchase: "))
state_sales_tax = purchase_amount * 0.05
country_sales_tax = purchase_amount * 0.025
print("The amount of the purchase is " + str(purchase_amount))
print("The state sales tax is " + str(state_sales_tax))
print("The county sales tax is " + str(country_sales_tax))
print("The total sales tax is " + str(state_sales_tax + country_sales_tax))
print("The total of the sale is " + str(purchase_amount + state_sales_tax + country_sales_tax))
Explanation:
*The code is in Python.
Ask the user to enter purchase amount
Calculate the state sales tax, multiply purchase amount by 0.05
Calculate the county sales tax, multiply purchase amount by 0.025
Calculate the total sales tax, sum the state sales tax and county sales tax
Print the amount of the purchase, state sales tax, county sales tax, total sales tax and total of the sale
Answer:
Column matching given in explanation
1. Intranet : <em>a network of computer within an organization</em>
2. Placeholder: <em>an empty area that reserves space for new content</em>
3. Presentation: <em>information delivered to an audience</em>
4: Presentation Technology: <em>a software application that helps organize and convey information</em>
5. Keynote: <em>the main speech delivered to all in attendance</em>
Explanation:
Intranet:
A small network that exist in the small organization or company to connect all the computers in organization.
Placeholder:
In computer programming, few variables has been defined in the start of program. These variables have no value initially but can be utilized at the time of need. These variable holds some space in memory that is called Placeholder.
Presentation:
A piece of information relevant to some particular topic, which will be delivered to a particular audience is called presentation.
Presentation Technology:
The tools that are used to assist presentation such as projector, slides, boards etc. are called presentation technology.
Keynote:
The main idea of speech that presenter want to deliver to the audience is called Keynote.
Answer:
1946
First, to deal with the more recent and most familiar meaning of the word ‘computer’: the word first came to mean an electronic device used to store and communicate information (and all of its subsequent functions) only in the 1940s: the earliest citation in the Oxford English Dictionary is from 1946. This is fitting.
Explanation: