Home /
Expert Answers /
Computer Science /
please-help-confused-where-my-error-is-first-write-code-that-uses-cin-to-read-in-a-value-for-pa131
(Solved): Please help, confused where my error is :(
First, write code that uses cin to read in a value for ...
Please help, confused where my error is :(
First, write code that uses cin to read in a value for numLemons from input. Then, write code that uses cout to output "She sold me ", the variable numLemons, and " lemons." End with a newline. Ex: If the input is 4 , then the output is: She sold me 4 lemons. Ex: If the input is 7 , then the output is: She sold me 7 lemons. 1 2 3