Lab # 2

Lab Report # 2

This is a program that has a user enter two integers, numbers x and y, and the program should perform the following operations

1. Add x+y (Sum)

2. Subtract x-y (Difference)

3. Multiply x*y (Product)

4. Divide x/y (Quotient)

5. Remainder x%y

The program will display the results and repeat the operation. In writing this program I got an opportunity to observe several python commands and statements perform their function. The results were amazing to me. My last programing, experience was over twenty years ago using Pascal, and Fortran. I feel as thou I have gone from the past to the present.

Lab 23

Lab21

Leave a Reply

Your email address will not be published. Required fields are marked *