Answer:
9x+y Lol use photo math :) !!
The value that x will return when it runs the above loop for the first time is Tom. It is to be noted that the above code is JavaScript.
<h3>What is a JavaScript?</h3>
JavaScript is an object-oriented computer programming language that is used for the creation of effects that are interactive.
Scripts that are written using Java Programming Language can be used to control multimedia, create animated images, control how websites behave etc.
Java is also used in the creation of Games and many more.
Learn more about JavaScript at:
brainly.com/question/16698901
Answer:
if ((b*b - 4*a*c)<0)
cout << "no real solutions";
return;
Explanation:
To check if "b squared" – 4ac is negative, we use the expression if ((b*b - 4*a*c)<0). This expression evaluates the 'bsquared' and substracts '4ac' from it. It then compares the resulting value with zero. if it is less than zero it means it is a negative number, so it executes the statement following cout << "no real solutions"; and returns
Answer:
Operating System.
Explanation:
All the properties listed in the question are handled by the Operating system.
Operating system:-It is a software that manages the computer hardware,provides common services for the programs of the computer and software resources.
Some of the most popular operating systems are as following:-
- Microsoft Windows.
- Apple MACOS
- Linux.
There are also other operating systems present out there these are some of the mostly used OS's.