Answer:
What are the steps to creating a blank database? Use the drop-down menus to complete them.
click the file tab, and click new
Under the available Templates category, click Blank Database.
Specify a name and location for the database.
Click create.
Explanation:
Just did it on Edge :)
Answer:
c = float(input("Enter the temperature in Celsius: "))
f = c * 1.8 + 32
print("The temperature in Fahrenheit: " + str(f))
k = (f - 32) / 1.8 + 273.15
print("The temperature in Kelvin: " + str(k))
Explanation:
*The code is in Python.
Ask the user to enter the temperature in Celsius
Convert the Celsius to Fahrenheit using the conversion formula and print it
Convert the Fahrenheit to Kelvin using the conversion formula and print it
Answer:
this is wot u get for not paying attiention on class
Explanation:
Answer:
HTML can be used to create a poll on a web page.