please use c++ to solve this problem thanks!
Write a class in a header file( h file) named Number. Number has one private integer variable named the number Also include the following public member functions write a default constructor that takes no arguments. The constructor will set the value of to 0 setNum-set the value of the number getNum – return the value of the number sPrime-returns 1 if the .number is prime and 0 if
OR
OR