C Implement a number class to represent integers in accordan
[C++]
Implement a number class to represent integers in accordance with the following UML class diagram. The number class represents integers. The integer value it represents is passed into the constructor and stored in member variable n. The setValue function takes an integer argument, which it copies into it\'s private member variable n. The isPrime function returns true if member variable n is prime and false if not prime. The isLucky function returns true if the member variable n is divisible by 7. In the main function of your program, provide test code for the isPrime and isLucky functions. Use assert statements for this purpose. Make sure that your test code executes every line of code in the 2 functions.Solution
question is not able to see
![[C++] Implement a number class to represent integers in accordance with the following UML class diagram. The number class represents integers. The integer value [C++] Implement a number class to represent integers in accordance with the following UML class diagram. The number class represents integers. The integer value](/WebImages/22/c-implement-a-number-class-to-represent-integers-in-accordan-1051201-1761547601-0.webp)