Answer:
oh sorry i needed points but i have a friend whos user starts with dida
Explanation:
"force per unit area" because pressure is force per unit area.
hope this helped
The answer is B. It matters which way you park your car . Your car should also be parallel to the carb but with the wheels inward to the right
Answer:
The JavaScript statement is
var str1 = "Information Technology";
var result = str1.toUpperCase();
Explanation:
JavaScript is used to validate the client side it means it provide the client side validation.
Following are the function of JavaScript that converted the string into uppercase.
function val()
{
var str1 = "Information Technology ";
var result = str1.toUpperCase();
}
The toUpperCase() function convert the string into uppercase in JavaScript
OUTPUT
INFORMATION TECHNOLOGY
Answer:
binary,decimal, hexadecimal and octal number system