Answered step by step
Verified Expert Solution
Question
1 Approved Answer
If the input is negative, make numltemsPointer be null. Otherwise, make numltemsPointer point to numltems and multiply the value to which numltemsPointer points by 1
If the input is negative, make numltemsPointer be null. Otherwise, make numltemsPointer point to numltems and multiply the value to which numltemsPointer points by Ex: If the user enters the output should be:
Items :
earn how our autograder works
qxiszqy
using namespace std;
int
int numItemsPointer;
int numItems;
cin numItems;
I.
V Your solution goes here
if numItemsPointer nullptr
cout "Items is negative" endl;
else
cout "Items: numItemsPointer endl;
return :
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started