Problem:
Question 1- Write a C++ program to check whether a number entered by user is
even or odd. Pseudo code: Read the number n;
if (n is divisible by 2), Print "n is even";
else
Print "n is odd";
Question 2- The super user with all administrative privileges on a UNIX system has what user name?
Could someone help to explain the answer of these questions.