Answer:
1 2 3 4 5 6 7 8 End
Explanation:
int i = 1;
while (i != 9){
System.out.print (i + " ");
i ++;
if (i == 9){
System.out.println("End");
}
}
Answer:
In VB.net the keyword Static is not meant the same as in C#. In VB.net the static variable is termed as the shared variable and has the scope throughout the class. And this intStatic and intclass means the same. And for intClass we use the shared keyword, as shown in the image attached.
Explanation:
Here num2 is a local variable, and num2 is a shared variable. a is constant and used for incrementing. The rest is explained in the image.
Answer:
The answer is "Option D".
Explanation:
Windows Utility services are included with the OS, which provides you a better control of the machine. and other tools can be useful for you, like anti-virus programs, backup software, disc managers and memory testers, to use this utility properly user must the command prompt to work, and the wrong option can be described as follows:
- In option A, GUI stands for Graphical user interface, that provides ease of use computer.
-
In option B, These utilities are available for every user so, there is no need to signed into standard user, that's why it is wrong.
- In option C, It is wrong because this utility is available on every window version.