Answer:
Explanation:
but i drew eyes like your but digtal
I don't think so because the old computers may have not been to date as what we have now but check it out and see.
Answer:
The option(B) is the correct answer .
Explanation:
In C++ the // (two slash marks ) indicating the beginning of a comment .The two slash marks ( // ) comment the single line in a program.To use two slash marks ( // ) comment we simply write // in which line we have to make comment.
following are the example of code in c++
#include<iostream.h> // header file
void main() // main method
{
cout<< " india"; // print india
}
here // indicating the beginning of a comment .
Answer:
D. Software Problem
Explanation:
It could be that the software is bootlooping which will power on and off until its fixed.