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
Explanation:
There are 8.35 pounds in a gallon of water. Water weighs 1 gram per cubic centimeter or 1 000 kilogram per cubic meter, i.e. density of water is equal to 1 000 kg/m³; at 25°C (77°F or 298.15K) at standard atmospheric pressure.
The graph could help an economist predict that how many people will be out of work in the next year. The correct option is c.
<h3>What is unemployment?</h3>
Unemployment is the condition where people who have knowledge or eligible for doing job, but they are not getting job. Unemployment is the scarcity of jobs.
The options are attached:
a. how the government will address unemployment.
b. why workers might have a harder time finding jobs.
c. how many people will be out of work in the next year.
d. why producers might hire fewer workers in the future.
Thus, the correct option is c. how many people will be out of work in the next year.
Learn more about unemployment
brainly.com/question/14227610
#SPJ1
Answer: True
Explanation:
The east-west row planting orientation helps in the maximize the light absorption by plants which then brings about an efficient photosynthesis activity.
Also, it helps in the shading of weeds that can be found in the inter-row space. Also, it brings about an improvement on drop yield crop yield.
Therefore, the answer to the above is true.