CIS115 Lab 2 New – Even or Odd and grade checker in python – python code, word document containing code and screenshots – Perfect Solution – Instant Delivery

Lab Price = $8
Please feel free to send us your queries at: [email protected]
Payment methods

Add to Cart

Buy Now

View Cart


Problem Statement

EVEN OR ODD AND GRADE CHECKER IN PYTHON
SUMMARY – PART 1
Create a program that checks whether a number is even or odd.
SUMMARY – PART 2
Create a program that checks one’s letter grade.
DELIVERABLES
• 2 source code Python files.
• A Word document containing both Part’s source code and the screen print of the program outputs.
LAB STEPS
PART 1 – EVEN OR ODD TESTER PROGRAM
This program will allow the user to enter any whole number (integer) and the program will report whether this is an even or odd number. So this involves a simple selection statement. To determine if a number is even or odd, you can use the modulus operator (%) which gives you the remainder of dividing two numbers. If you divide a number by 2, the remainder will be zero for even numbers and 1 for odd numbers.
Sample Output:
Even or Odd Checker Program
Enter an integer: 20
This is an even number.
Goodbye!
Specifications:
• Use the selection structure.
• Assume that the user will enter a valid integer
• Include a Documentation Header with the Program’s name, Programmer name, Date and Purpose
• Include opening and closing messages (see example)
• Hint: use the modulus operator (%)
• Test your program with even and odd numbers to make sure both work as expected
PART 2 – GRADE CHECKER PROGRAM
This program allows the user to enter a number of points between 0 and 100. We will not do any error checking on the input. Use selection to report the corresponding letter grade based on the information below:
• 100 – 90: A
• 89 – 80: B
• 79 – 70: C
• 69 – 60: D
• 59 and below: F
Sample Output:
Welcome to the Grade Checker Program
Enter your numerical grade: 88
You earned a B
Thanks for using the Grade Checker Program
• Assume the user will enter valid data.
• Selection structure needs to be used.
• Include a Documentation Header with the Program’s name, Programmer name, Date and Purpose
• Include opening and closing messages (see example)
• Test your program using the boundary numbers: 100, 90, 89, 80, 79, 70, 69, 60, 50 and 40. Did you get the expected results?

Relevant Material
Screenshots
Lab 2: Part 2
Lab 2: Part 2
Lab 2: Part 1
Lab 2: Part 1
Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Privacy Policy
We take your privacy seriously and will take all measures to protect your personal information.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Refund Policy
Incase you face any issues with the tutorial, please free to contact us on [email protected]
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.
Payment Details
Lab Price = $8
Please feel free to send us your queries at: [email protected]

Payment methods

Add to Cart

Buy Now

View Cart

Leave a Reply