in Education by
Write a code to obtain fee amount and than calculate fee hike as 10% of fees. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: amount = int(input(‘Enter Amount’)) fee_hike = 0.1*amount total_fee = amount + fee_hike print(total_fee)

Related questions

0 votes
    Write a code to obtain fee amount and than calculate fee hike as 10% of fees. Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    write a Java program for the following : write a program in java to calculate simple interest (SI) for principal ... (T) as 3years Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    write a Java program for the following : write a program in java to calculate simple interest (SI) for principal ... (T) as 3years Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    A customer purchased cold drinks of various brands. He purchased 5 bottles at a price of `35 per bottle and ... make him/her brainlest Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    The capability of your build system to handle an increase in the amount of code that it integrates and ... Build performance Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    The algorithm that consumes minimum amount of ______ is to be considered as the best algorithm for a problem. Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    Write html code to set the BGCOLOR as NAVY, header 1 text Text Example with size, colour and font face'' as ... font face ARIAL . Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    Write the HTML code to get the line with 5 as thickness, length 50% and color as red Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    write a program in python to obtain 3 numbers and print their sum. Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    Write a JAVA program to store the marks of any 5 subjects in different variables. Calculate total and average. ... ANY INPUT METHOD Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    Write a JAVA program to store the marks of any 5 subjects in different variables. Calculate total and average. ... total and average. Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
...