Gas turbines extract the energy from combustion gas
and heat engines convert thermal and chemical energy to mechanical energy
gas is considered a chemical so i'm pretty sure it is considered one
<h2>Answer:-</h2>
1.Enzymes used by fireflies are used to improve <u>Food Safety </u><u>.</u>
2.They have seven different kinds of silk.
Option A
<h2>Mark it BRAINLIST </h2>
Answer:A
Explanation:
Damp roof is generally applied at basement level which restrict the movement of moisture through walls and floors. Therefore it could be inside or the outside basement walls.
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:
-10.83m
Explanation:
Please see the attachment