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
ohaa [14]
2 years ago
12

WRITE A PROGRAM TO CALCULATE SIMPLE INTEREST

Computers and Technology
1 answer:
Alchen [17]2 years ago
7 0

The simple interset program is a sequential program, and does not require loops and conditions

The simple interset program in Python, where comments are used to explain each line is as follows:

#This gets input for the principal amount

P = int(input("P = "))

#This gets input for the rate

R = int(input("R = "))

#This gets input for the number of years

N = int(input("N = "))

#This calculates the simple interest

I = P * R * T * 0.01

#This prints the simple interest

print("Simple Interest =",I)

Read more about simple interest at:

brainly.com/question/2294792

You might be interested in
Python problem: The program needs to output the numbers 1 to 9, each on a separate line, followed by a dot:
statuscvo [17]

Answer:

for i in range(1,10): print("{}.".format(i))

Explanation:

here's a one liner that does what you need.

8 0
2 years ago
Corey set up his presentation for delivery to his team.
N76 [4]

Answer:

If Corey wants to control the pacing of his presentation, he should adjust his playback settings. In the playback settings, he should select the default setting under "type;" this will allow him to change slides anytime. He should also click the check box under "options" that says "Change slides manually" so he can simply click on the slide whenever he is ready to move on to another slide.

Explanation:

If you don't like that answer, here's another one:

Corey knew he would need a lot of time to explain each point and that his team members would have lots of comments and questions. The best way that Corey should set up his slide show would be to make sure that he has an outline. Also, there should only be one thought per slide (never mix it). It has to be taken into account that he should have fewer words and more images/graphs.

6 0
3 years ago
Suppose a raptor center has 9 owls and 12 hawks. What percent of these birds are hawks? Round your answer to the nearest whole p
Andrews [41]
Givghjn gujbfuj. Gunghiyvb cvcybv
5 0
4 years ago
Write a function called is_even that takes one parameter and returns a boolean value. It should return True if the argument is e
Nikitich [7]

def is_even_number(n):

   return True if n % 2 == 0 else False

while True:

   number = int(input("Enter a number: "))

   if number == 0:

       break

   else:

       if is_even_number(number):

           print("Even")

       else:

           print("Odd")

I wrote my code in python 3.8. I hope this helps.

6 0
3 years ago
Please answer this question​
Vanyuwa [196]

Explanation:

A. Encryption. (B. Printer

6 0
3 years ago
Other questions:
  • A great way to avoid tech distraction is to __
    11·2 answers
  • According to your course, two benefits of a cloud-based system are_ and_
    12·1 answer
  • April plans on starting a perfume business and decides she needs to first
    15·1 answer
  • For Java, a program is converted from a text file of code into an executable file by the process of ?
    11·1 answer
  • Which paragraph from the article helps explain what “engaged” is referring to?
    9·1 answer
  • The most important task in developing a new computer system/app is to: a) choose the most current technologies such as operating
    5·1 answer
  • An online bank wants you to create a program that shows prospective customers how their deposits will grow. Your program should
    13·1 answer
  • Complete the following statements by choosing the correct answer from the drop-down menus.
    6·1 answer
  • Please please help I don’t understand this
    7·2 answers
  • * what is an electronic mail ?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!