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:
True
Explanation:
Nikola Tesla defeated Thomas Edison in the AC/DC battle of electric current.
Answer:
Relative density = 0.545
Degree of saturation = 24.77%
Explanation:
Data provided in the question:
Water content, w = 5%
Bulk unit weight = 18.0 kN/m³
Void ratio in the densest state,
= 0.51
Void ratio in the loosest state,
= 0.87
Now,
Dry density, 

= 17.14 kN/m³
Also,

here, G = Specific gravity = 2.7 for sand

or
e = 0.545
Relative density = 
= 
= 0.902
Also,
Se = wG
here,
S is the degree of saturation
therefore,
S(0.545) = (0.05)()2.7
or
S = 0.2477
or
S = 0.2477 × 100% = 24.77%
Answer:
The theoretical maximum specific gravity at 6.5% binder content is 2.44.
Explanation:
Given the specific gravity at 5.0 % binder content 2.495
Therefore
95 % mix + 5 % binder gives S.G. = 2.495
Where the binder is S.G. = 1, Therefore
Per 100 mass unit we have (Mx + 5)/(Vx + 5) = 2.495
(95 +5)/(Vx +5) = 2.495
2.495 × (Vx + 5) = 100
Vx =35.08 to 95
Or density of mix = Mx/Vx = 95/35.08 = 2.7081
Therefore when we have 6.5 % binder content, we get
Per 100 mass unit
93.5 Mass unit of Mx has a volume of
Mass/Density = 93.5/2.7081 = 34.526 volume units
Therefore we have
At 6.5 % binder content.
(100 mass unit)/(34.526 + 6.5) = 2.44
The theoretical maximum specific gravity at 6.5% binder content = 2.44.
Answer: A) Product identifier
Explanation:
A product identifier is a means, name or number used to identify hazardous and dangerous chemicals on a label or in the SDS( safety data sheet). It provides a special means which helps the user to identify the chemical. Any product identifier used should permit a cross-references to be made among the listed hazardous chemicals required in the written hazard communication program, and the label including SDS(safety data sheet).