Program to print half Pyramid using “*”
Program to print half Pyramid using “*”
Read moreAll Tech at one spot
Class 11th CBSE IP Computer
Program to print half Pyramid using “*”
Read moreSample Paper Solution. Section – A1. What are comments? Give the symbol used for defining a Single line commentAns :-
Read moreWrite a Python program to input electricity unit charges and calculate total electricity bill according to the given condition: For
Read moreWrite a Python program to print all natural numbers from 1 to n.
Read moreAssignment-4 1. Write a C program to input electricity unit charges and calculate total electricity bill according to the given
Read moreAssignment -3 1.Write a Python program to check Factorial of a given number 2.Write a Python program to check whether
Read moreWrite a Python program to convert days into years, weeks and days. #Static day = 400 year = (day//365) weeks = (day
Read moreWrite a Python program to enter temperature in Fahrenheit and convert to Celsius. #Static fah = 205 cel = (fah-32)*5/9 print(“The Temperature
Read moreWrite a Python program to enter temperature in Celsius and convert it into Fahrenheit. #Static Cel = 100 fah = (Cel
Read moreWrite a Python program to enter length in centimeter & convert it into meter & kilometer. #Static cm = 10000 meter
Read more