answer.
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
s2008m [1.1K]
2 years ago
13

A certain college classifies students according to credits earned. A studentwith less than 7 credits is a Freshman. At least 7 c

redits are required to bea Sophomore, 16 to be a Junior and 26 to be classified as a Senior. Write aprogram that calculates class standing from the number of credits earned.

Mathematics
1 answer:
FinnZ [79.3K]2 years ago
5 0

Answer and explanation:

Here is code:

credit = int(input("Enter credits : "))

if credit < 7:

print("You are a Freshman")

elif credit >= 7 and credit < 16:

print("You are a Sophomore")

elif credit >= 16 and credit < 26:

print("You are a Junior")

elif credit >= 26:

print("You are a Senior")

Output: check image

You might be interested in
David is making rice for his guests based on a recipe that requires rice, water, and a special blend of spice, where the rice-to
steposvetlana [31]

Answer:

  8 servings

Step-by-step explanation:

At the ratio of 15:1, the 75 grams of rice in one serving will require 75/15 = 5 g of spice. David's inventory of 40 g of spice is enough for ...

  40 g/(5 g/serving) = 8 servings

7 0
2 years ago
Read 2 more answers
Find the slope and y-intercept -2y=6(5-3x) Please show work
Montano1993 [528]
Y intercept: 0,-15 or just -15
Slope: 9
4 0
2 years ago
Which describes how to graph h (x) = negative RootIndex StartRoot x + 8 EndRoot by transforming the parent function?
SashulF [63]

Answer:

Reflect the parent function over the x-axis, and translate it 8 units to the left.

Step-by-step explanation:

The given function is

y =  -  \sqrt{x + 8}

The parent function is

y =  \sqrt{x}

Since there is a negative multiply the transformed function, there is a reflection in the x-axis.

Since 8 is adding, within the square root, there is a horizontal translation of 8 units to the left.

Therefore to graph the given function, reflect the parent function over the x-axis, and translate it 8 units to the left.

5 0
2 years ago
in 448 244 how is the relationship between the first pair of 4s the same as the relationship between the second pair of 4s
sineoko [7]
Well there similar because your adding 10 more or 10× since from ones to the tens is 10×
8 0
1 year ago
Read 2 more answers
Explain two different squares that can be made using the number 9
DedPeter [7]
One square can be a 3 by 3 square, meaning each side is 3 units.The area for this would be 9.

Another one is the square can be a 9 by 9 square, meaning each side is 9 units. The area for this would be 81.

3 0
1 year ago
Other questions:
  • Jade used Fraction 3 over 4 yard of fabric to make a scarf. Can she make 2 of these scarves with Fraction 1 and 4 over 5 yards o
    5·2 answers
  • A diver descended 20 feet in 5 seconds. What is the average rate per second that he traveled? Explain how you can use integer ti
    5·2 answers
  • Which two-bedroom will cost the most to rent monthly assume that electric is $50 and gas is $69?
    7·1 answer
  • Lisa paid $43.95 for 16.1 gallons of gasoline. What was the cost per gallon, rounded to the nearest hundredth?
    12·2 answers
  • Evaluate log12y2, given log12y = 16. <br> 4 <br> 32 <br> 256 <br> 65,536
    11·2 answers
  • The cost of 6 sandwiches and 4 drinks is $53. The cost of 4 sandwiches and 6 drinks is $47 how much does one sandwich cost
    8·2 answers
  • Your company has offices in 2 cities. The Denver office has 137 employees with an average salary of $67,013. The Anchorage offic
    10·2 answers
  • The number of students in an elementary school t years after 2002 is given by s(t) = 100 ln(t + 5) students. The yearly cost to
    9·1 answer
  • Dejah is proving that perpendicular lines have slopes that are opposite reciprocals. She draws line s and labels two points on t
    10·2 answers
  • Need help RN!!!!
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!