// making the class
class Counter {
int counter;
int limit;
// Constructor
Counter(int a, int b){
counter = a;
limit = b;
}
// static function to increment
static increment(){
if(counter<limit)
nCounter+=1;
}
// Decrement function
void decrement(){
if(counter>0)
nCounter-=1;
}
int getValue(){
return counter;
}
static int nCounter;
int getNCounters(){
return nCounter;
}
};
// Initializa the static
int Counter::nCounter = 0;
Hi There!
<span>How does a hard drive work?
Hard Drive is for saving information </span>
The second one
01111
This is because a computer uses binary and only understands two digits which consit of 1 and 0
The answer is Overview of slide show. This is the most common and normal view for electronic presentation, this allows the user to have a view over the current slide on the main pane as well as the slide information preceding and succeeding with the current slide on view on the right pane.