Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello guys i need help how can i do this coding ? Homework 1 1. Write a program that tells the user a letter grade

Hello guys i need help how can i do this coding ? image text in transcribed
Homework 1 1. Write a program that tells the user a letter grade based on a percent score that the user provides 2. Write a program that gets an integer from the user and then reports whether the number is odd or even. Make sure that the number is positive. Hint: the % operator (called modulo) gives the remainder of division. Consider the following code snippets: 5 % 3-2 # 3 goes into 5 once with 2 left over 6 % 3--0 # 3 goes into 6 twice with 0 left over use it to determine the number's oddness/evenness 3. Write a program that prompts the user to enter a number between 1 and 5 (inclusive). Your program should print the corresponding Roman Numeral or print an error message for invalid input This homework is due Tuesday the 11th of September in class

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Databases A Tour

Authors: Shashi Shekhar, Sanjay Chawla

1st Edition

0130174807, 978-0130174802

More Books

Students also viewed these Databases questions

Question

Proficiency with Microsoft Word, Excel, PowerPoint

Answered: 1 week ago

Question

Experience with SharePoint and/or Microsoft Project desirable

Answered: 1 week ago