subject

Intro to cs 3.7 edhesive
g=float(input("enter your english test grade: "))

if(g< =64):

print("f")

if (g> =65 and g< 69):

print("d")

if (g> =70 and g< 79):

print("c")

if (g> =80 and g< 89):

print("b")

if (g> =90 and g> =100):

print ("a")

else:

print ("not a grade")

me fix this

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 04:30
Ryan is working on the layout of her web page. she needs to figure out where her header, navigation bar, text, and images should go. what technique can her?
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
2. fluorine and chlorine molecules are blamed fora trapping the sun's energyob forming acid rainoc producing smogod destroying ozone molecules
Answers: 2
question
Computers and Technology, 23.06.2019 23:00
Lucas put a lot of thought into the design for his company's new white paper. he made sure to include repeating design elements such as color schemes and decorative images. his goal was to a.add symmetry b.create a unified publication c.provide consistency d.save money
Answers: 1
question
Computers and Technology, 24.06.2019 09:50
Create a string list. 2. use console.readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value.tochararray(); if (array.length > = 1) { if (char.islower(array[0])) { array[0] = char.toupper(array[0]); } } for (int i = 1; i < array.length; i++) { if (array[i - 1] == ' ') { if (char.islower(array[i])) { array[i] = char.toupper(array[i]); } } } return new string(array);
Answers: 3
You know the right answer?
Intro to cs 3.7 edhesive
g=float(input("enter your english test grade: "))

if(g<...
Questions
question
Mathematics, 25.01.2021 19:00
question
Mathematics, 25.01.2021 19:00
question
Mathematics, 25.01.2021 19:00
Questions on the website: 13722367