Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main ()
{
// Variable declaration
string name;
int numQuestions;
int numCorrect;
double percentage;
//Prompt to enter student's first and last name
cout<<"Enter student's first and last name";
cin>>name; // this line accepts input for variable name
cout<<"Number of question on test"; //Prompt to enter number of questions on test
cin>> numQuestions; //This line accepts Input for Variable numQuestions
cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers
cin>>numCorrect; //Enter number of correct answers
percentage = numCorrect * 100 / numQuestions; // calculate percentage
cout<<name<<" "<<percentage<<"%"; // print
return 0;
}
Explanation:
The code above calculates the percentage of a student's score in a certain test.
The code is extracted from the Question and completed after extraction.
It's written in C++ programming language
Answer:
Evaporator,Compressor,Condensor ,Expanding valve
Explanation:
Split air conditioning :
Split air conditioning means that, condensor unit or some time called outdoor unit is split from evaporator.It means that evaporator and condensor are placed at some distance.
The four component of split air conditioning system are as follows
1.Evaporator
It absorb heat from room and produces the cooling effect.
2.Compressor
It compresses the refrigerant which exits from evaporator.
3.Condensor
It rejects the heat and cool the evaporator.
4.Expanding valve
It allows to refrigerant to cool up to evaporator pressure.
Answer:
It creates airflow in the engine
Explanation:
Answer:
B) Process
Explanation:
In thermodynamics a process is a passage of a thermodynamic system from an initial to a final state of thermodynamic equilibrium.
A thermodynamic process path is the series of states through which a system passes from an initial to a final state.
Cycle is a process in which initial and final state are identical.
Seriously? Ok
first, get some good quality metal, preferably aluminum, if you want to avoid rust.
build in the the shape of a robot, you can use a doll to help you if you are a beginner, but feel free to shape it the a Star Wars Character!
create an AI (now you said robot not AI) and fix everything up.