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:
Web Browser
Explanation:
Because you dont use a messaging app or presentation software to look up stuff its common knowledge
Answer:
Q' = 8 KW.h
Q'=28800 KJ
Explanation:
Given that
Heat Q= 4 KW
time ,t = 2 hours
The amount of energy used in KWh given as
Q ' = Q x t
Q' = 4 x 2 KW.h
Q' = 8 KW.h
We know that
1 h = 60 min = 60 x 60 s = 3600 s
We know that W = 1 J/s
The amount of energy used in KJ given as
Q' = 8 x 3600 = 28800 KJ
Therefore
Q' = 8 KW.h
Q'=28800 KJ
Answer:

Explanation:
Given that
Vrms= 60 V
Vf= 0.7 V
We know that peak value of AC voltage given as

Now by putting the values

The output voltage of the DC current given as



Therefore output voltage of the DC current is 84.15 V.