Wap that check whether number entered by user is even or odd


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.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Wap that check whether number entered by user is even or odd
Reference No:- TGS0893714

Expected delivery within 24 Hours