Please Write a C++ program
Lab 11.1 Gauge Class Problem 1: Implement Class Gauge Design Details: Design a Gauge class. A Gauge is a type of counter that specifies a positive value up to a certain gauge maximum. Gauge is always positive. More specifically, Gauge belongs to the range between 0 and the largest integer possible on your operating system (i.e. use the climit library). Your Gauge class must have two data attributes 1. counter
OR
OR