1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Zarrin [17]
2 years ago
15

7.5 code practice edhesive plssss

Computers and Technology
2 answers:
vredina [299]2 years ago
6 0

So your parent hasn't joined you on the Brainly express to Achievement-ville. We'll get them on board. Parents are busy people, but you can be the boss and remind them. Remind them how Brainly boosts you with expert knowledge. Remind them that tons of students already get grade upgrades with Brainly Plus. Remind your parent of the power they have to raise you to your full potential. We think they would agree. You deserve every education advantage.

Gemiola [76]2 years ago
4 0

Answer:

def GPAcalc(user_grade, w):

   

   if(user_grade == "A" or user_grade == "a"):

       return 4 + w

       

   elif(user_grade == "B" or user_grade == "b"):

       return 3 + w

       

   elif(user_grade == "C" or user_grade == "c"):

       return 2 + w

       

   elif(user_grade == "D" or user_grade == "d"):

       return 1 + w

       

   elif(user_grade == "F" or user_grade == "f"):

       return 0 + w

       

   else:

       return "Invalid"

       

   if(weighted == 1):

       print(g + 1)

       

def calculateAverage(n):

   sum = 0

   for x in range (n):

       print()

       letterGrade = input("Enter your Letter Grade: ")

       weight = int(input("Is it weighted? (1 = yes)(0 = no) "))

       grade = GPAcalc(letterGrade, weight)

       print("Your GPA score is: " + str(grade))

       sum += grade

   average = sum/numClasses

   return average

       

#Main

numClasses = int(input("How many Classes are you taking? "))

sum = 0

average = sum/numClasses

print()

print("Your weighted GPA is a " + str(calculateAverage(numClasses)) + ".")

Explanation:

yes

You might be interested in
Differenciate between foreign key and primary key in database.
enot [183]

Answer:

A primary key is utilized to guarantee the information in the particular segment is interesting. A foreign key is a section or gathering of segments in a social data set table that gives a connection between information in two tables. It particularly recognizes a record in the social information base table.

3 0
2 years ago
How is a cell named?
bixtya [17]
Im guessing a cell is named by the scientist that found that cell in the fist place.
8 0
3 years ago
When you insert a new slide in a presentation, where is it placed in relation to the existing slides?.
sladkih [1.3K]
Whenever you create a new slide, it appears below the selected slide.

If you have 2 slides and want one in between the two select the first slide and then select new slide.
4 0
2 years ago
​ In addition to analyzing logic and program code, a project team usually holds a session with users, called a _____, to review
andreev551 [17]

Answer:

design walk-through

Explanation:

In addition to analyzing logic and program code, a project team usually holds a session with users, called a <u>design walk-through</u>, to review the interface with a cross-section of people who will work with the new system and ensure that all the necessary features have been included.

A design walk-through is a quality practice that allows designers to obtain an early validation of design decisions related to the development and treatment of content, design of the graphical user interface, and the elements of product functionality.

8 0
3 years ago
Plzzz help! It’s due soon and I can’t figure it out
nignag [31]

Answer:

The answer is A or the first option.

Explanation:

3 0
2 years ago
Other questions:
  • Complete the recursive function raisetopower(). ex: if userbase is 2 and userexponent is 4, then raisedvalue is assigned with 16
    5·1 answer
  • What daily life problems does the algorithm quicksort solve?
    14·1 answer
  • Write a program that asks the user to enter a whole number then outputs a 0 if the number is even or a 1 if the number is odd. (
    14·1 answer
  • ON QUIZ PLEASE HELP
    13·1 answer
  • Declare a char array named line of size 50, and write a statement that reads in the next line of console input into this array.
    6·1 answer
  • During which phase of film making does the team outline their vision for the film?
    5·1 answer
  • Write a program that allows the user to enter a time in seconds and then outputs how far an object would drop if it is in free f
    7·1 answer
  • private int product(int n) { if(n &lt;= 1) return 1; else return n * product(n-2); } What is the output when product(6) is calle
    6·1 answer
  • How does applying Fontworks effects to text on an advertising flyer change the text?
    14·2 answers
  • I have the requirements for Ace rank on Brainly but hasn't given me it yet. Does it just take longer than normal ranks or someth
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!