The answer is copyright like for example if you copy and paste a essay offline and don’t give credit to the author it called copyright
Is there a question, or just free points?
Answer:
#include <iostream>
using namespace std;
int main()
{
float celsius;
cout<<"Enter the temperature in Celsius: ";
cin>>celsius;
float Fahrenheit = 1.8 * celsius + 32;
cout<<"The temperature in Fahrenheit is: "<<Fahrenheit<<endl;
}
Explanation:
first include the library iostream in the c++ programming.
Then, create the main function and declare the variable celsius.
cout is used to print the message on the screen.
cin is used to store the user enter value in the variable.
then, apply the formula for calculating the temperature in Fahrenheit
and store the result in the variable.
Finally, print the result.
Answer:Their motherboards,battery packs and circuits.
Mother boards are green tech plates that help connect and make a device work,they have sod (melted metal) to hold wires and buttons to it.
Answer:
Machu Picchu is located in modern day Peru
Explanation:
Hope this helped u out