// 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;
Depending where you are in the world it is true and false
Answer:..
hmmm...... i dont any programs that can do that
Answer:
Laurence can write 10 programs while Carrie Anne can write 5.
Laurence can make 6 sunglasses while Carrie Anne can make 4
Explanation: