subject
Computers and Technology, 09.07.2019 03:30 xojade

Create a program that translates a letter grade to a numeric grade. a=4, b=3, c=2, d=1, f=0 the user may enter a+ or a- following the grade. "+" increases the numeric value by 0.3, while "-" decreases the numeric value of the grade by 0.3. (note: there is no f+ or f-, however a+ has value of 4.0) ask the user for a letter grade enter a letter grade : start by creating the logic to assign the correct numeric grade values to the grades (without having a + or a -) and test that the output value is as expected. (note: your program must accepts both upper case and lower case input ! ) do not hard code the test conditions like "a+", "a-"….."d-", "f" , but rather use string operation and add the extra logic to address "+" or "-" behind a the output of the program shall be the numeric value is x. x where x. x is the result.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:40
Write a function 'music_func' that takes 3 parameters -- music type, music group, vocalist -- and prints them all out as shown in the example below. in case no input is provided by the user, the function should assume these values for the parameters: "classic rock", "the beatles", "freddie mercury". for example: input: alternative rock,pearl jam,chris cornell output: the best kind of music is alternative rock the best music group is pearl jam the best lead vocalist is chris cornell note: the print statements will go inside the for example: print("the best kind of music is"
Answers: 2
question
Computers and Technology, 23.06.2019 08:00
Which argument is not a valid filter? does not equal this quarter filter by cell color all of these are valid filter arguments.
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
Which of the following tasks is an audio technician most likely to perform while working on a nature documentary? (select all that apply). eliminating potentially distracting background noise adding sound effects making sure the lighting is adequate for a particular scene changing the narration to better match the mood of the documentary
Answers: 3
question
Computers and Technology, 24.06.2019 17:00
The length of time that a slide appears before automatically advancing to the next slide can be set in the timing group under the transitions tab. transition to this slide group under the transitions tab. timing group in the master slide view. transition to this slide group in the master slide view.
Answers: 1
You know the right answer?
Create a program that translates a letter grade to a numeric grade. a=4, b=3, c=2, d=1, f=0 the user...
Questions
question
Mathematics, 12.08.2019 22:10