CTRL+B when you hover your mouse over it on powerpoint it comes up saying that
<span>The Windows 98 operating system contains approximately 13 million lines of code.</span>
Answer:
1. Reboot computer
.
2. If the issue persists, check if antivirus software is updated; if so, then verify if the problem is only with Office suite, try to save another Word, Excel, Power Point document and running other programs. If the problem is also extended to Excel or Power Point and other programs run properly then:
a. Uninstall Office Suite (documents and information won´t be lost)
b. Reinstall Office Suite
c. Run Word, Excel, etc.
Word documents should open properly.
Explanation:
The above procedure should solve the problem given that it was verified and discarded that the malfunction was caused by a virus and upon verifying that the problem was not only with Word, but all applications related to Office Suite, then by reinstalling the software any malfunction could be fixed.
Answer:
Hi, according to your description you need the code that represents the statement I will use C++ language to describe the code.
// Example program
#include <iostream>
int main()
{
int a [5] = [1,2,3,4,5];
int j = 0;
return 0;
}
Explanation:
In this language you must have to declare in the header the <em>libraries</em> that you include in your main program, after that a function <em>main</em> where your put your<em> logical algorithm</em> in fact, you declare the algorithm that you need. In this case declare a variable and assign an <em>array</em> of <em>5 positions</em> and a j variable and assign a number between 0 and 3.
I hope it's help you.