By permanently locking in stakeholder requirements during a project's planning phase
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:
To fit text to a shape in Affinity Designer, make sure you have your text selected. Then, grab the Frame Text Tool and click on the shape. A blinking cursor will appear within the shape, indicating that you can begin typing. The text you type will be confined to the boundaries of the shape.
Explanation:
Answer:
heat transfer rate is -15.71 kW
Explanation:
given data
Initial pressure = 4 bar
Final pressure = 12 bar
volumetric flow rate = 4 m³ / min
work input to the compressor = 60 kJ per kg
solution
we use here super hated table for 4 bar and 20 degree temperature and 12 bar and 80 degree is
h1 = 262.96 kJ/kg
v1 = 0.05397 m³/kg
h2 = 310.24 kJ/kg
and here mass balance equation will be
m1 = m2
and mass flow equation is express as
m1 =
.......................1
m1 =
m1 = 1.2353 kg/s
and here energy balance equation is express as
0 = Qcv - Wcv + m × [ ( h1-h2) +
+ g (z1-z2) ] ....................2
so here Qcv will be
Qcv = m × [
] ......................3
put here value and we get
Qcv = 1.2353 × [ {-60}+ (310.24-262.96) ]
Qcv = -15.7130 kW
so here heat transfer rate is -15.71 kW