Answer:
conduction occurs when a substance is heated
Explanation:
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:
the car to the right
Explanation:
its in the name the RIGHT of way hope it helps good luck
Answer:
The spring is compressed by 0.275 meters.
Explanation:
For equilibrium of the gas and the piston the pressure exerted by the gas on the piston should be equal to the sum of weight of the piston and the force the spring exerts on the piston
Mathematically we can write

we know that


Now the force exerted by an spring compressed by a distance 'x' is given by 
Using the above quatities in the above relation we get

Based on the percent moisture content of the dried product, the mass of dried casein produced os 852.3 kg.
<h3>What is the mass of casein in wet casein?</h3>
The mass of casein in 1000 Kg of wet casein is 75% 1000 kg = 750 Kg
Mass of water 250 kg
The mass of casein is constant while the moisture content can be changed.
At 12% moisture content;
750 kg = 88%%
100 % = 100 ×750/88 = 852.27 kg
Therefore, the mass of dried casein produced os 852.3 kg.
Learn more about mass at: brainly.com/question/24658038
#SPJ1