Consider the definition of the class integerManipulation given in Example 10-11. What is the output of the following C++ code? (1, 2, 3, 5, 7)
integerManipulation number(3510862895423079232);
number.classifyDigits();
cout < number.getnum()=””>< “:=”” the=”” number=”” of=”” digits—-=”” ” =””>< endl;=””>
cout < ” =”” even:=”” “=””>< number.getevenscount()=””><>
< ” =”” zeros:=”” “=””>< number.getzeroscount()=””><>
< ” =”” odd:=”” “=””>< number.getoddscount()=””><>