Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Complete this by first working these problems on paper, then put them into pep8 and verify they work correctly. Upload the pep0 programs only Input
Complete this by first working these problems on paper, then put them into pep8 and verify they work correctly. Upload the pep0 programs only
- Input 3 decimal numbers (integers) . Add them together and output the result. Verify your solution works for positive numbers, and negative numbers.
- Input two decimal numbers and then subtract the second from the first. Verify your solution works if the result is positive or negative.
- Input one integer using decimal input trap and multiply it by 4. Output the result.
- Similar to #3, but divide the integer by 16. Output the result.
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