11.Write a Python to find the sum of all even and Odd number from n Number.
11.Write a Python to find the sum of all even and Odd number from n Number. Solution :- Static :-
Read moreAll Tech at one spot
11.Write a Python to find the sum of all even and Odd number from n Number. Solution :- Static :-
Read more10.Write a Python program to calculate tax – GST / Income Tax. Solution :- Static :- cost = 15000gstper =
Read more9. Write a Python program to calculate EMI for Amount, Period and Interest. Solution :- Static :- amount = 200000period
Read more8.Write a Python program to calculate profit-loss for a given Cost and Sell Price and also find profit percentage and
Read more7. Write a Python program to find the sum of squares of the first 100 natural numbers. Static total
Read more6. To calculate perimeter/circumference and area of shapes such as triangle, rectangle, square and circle. static import math #Circleradius =
Read more5.Write a Python program to input basic salary of an employee and calculate its Gross salary according to following:Basic Salary
Read more4.Write a Python program to input electricity unit charges and calculate total electricity bill according to the given condition: For
Read more3.To calculate Simple and Compound interest. Solution :- Static:- principal=5000 rate = 4 time = 2 si = principal*rate*time/100 ci
Read more