Skip to content

Tag: conditional-statements

How can I find the sum of a users input?

Above is a code I have so far. It prints: My goal is for the code to add up the two services and make a total price. My end goal should look like this: Notice how the code added both prices and made a “Total.” Is there any way I can do this? I’m a beginner computer science major, so