Answer:
-effective technical skills.
-the ability to work under pressure.
-problem-solving skills.
-creativity.
-interpersonal skills.
-verbal and written communication skills.
-commercial awareness.
-teamworking skills.
Explanation:
is this what ur looking for? if so there ya go lol
Answer:
The answer is "
".
Explanation:
Please find the correct question in the attachment file.
using formula:



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:
Yes
Explanation:
The core of an electromagnet serves to stabilize the magnetic field created by the wire. The thicker the core, the more metal there is to amplify the current. Therefore, a thicker core does make an electromagnet stronger. Hope this helps!
mark me the brainiest here
average speed (in km/h) of a car stuck in traffic that drives 12 kilometers in 2 hours.