Question: ***C++*** I am writing a program that will allow the user to repackage their liquid product by calculating the size of the item in order
***C++***
I am writing a program that will allow the user to repackage their liquid product by calculating the size of the item in order to maintain the same volume. I continue to get the error "c++ forbids comparison between pointer and integer". I suspect I need to use the cctype library for the char arrays but am unsure how. What am I doing wrong?


#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
