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:

Just draw a line from point D join to point E
The triangle formed DME will be congruent to AMC
The LCA process is a systematic, phased approach and consists of four components: goal definition and scoping, inventory analysis, impact assessment, and interpretation. The standards are provided by the International Organisation for Standardisation (ISO) in ISO 14040 and 14044, and describe the four main phases of an LCA: Goal and scope definition. Inventory analysis. Impact assessment.
Hope this is helpful
Answer:
It's an intoduction to hacking and systematic programming.
Explanation:
Yes, you might be able to grasp a few things from it, but it also may be a way hackers could hack you, by luring you to click it.
Answer:
Rate of heat transfer to the room air per meter of pipe length equals 521.99 W/m
Explanation:
Since it is given that the radiation losses from the pipe are negligible thus the only mode of heat transfer will be by convection.
We know that heat transfer by convection is given by

where,
h = heat transfer coefficient = 10.45
(free convection in air)
A = Surface Area of the pipe
Applying the given values in the above formula we get
