filmov
tv
write a python program to convert temperature in Celsius to Fahrenheit.

Показать описание
Question 1 Python program to convert temperature in Celsius in to Fahrenheit.
Write a program to obtain temperature in Celsius and convert it into Fahrenheit using formula.
F=C*9/5+32
Python program to create a temperature converter.
Guys if you also want that, i solve your questions than comment me.
Class 11 First Assignment solution
#python #pythonprogram
Practical programs
Asked by -Rashmi Singh
Q.1 a program to convert temperature in Celsius in to Fahrenheit.
Q.2 write a program to calculate and display area and perimeter of a rectangle.
Q.3 write a program to determine students final grade and indicate whether it is passing or
failing. The final grade is calculated as the average of marks in four subjects.
Q.4. write a program to find the largest number among the three inputted numbers.
Q.5. write a program to display sum of even numbers up to the number and entered by user.
Q.6. write a program that reads two number and an arithmetic operator and display the result.
Q.7. write a program to perform the following tasks according to users choice using menu
Area of a circle, area of rectangle, circumference of circle, area of a square
Q.8. write a program to accept a character from the user and display whether it is vowel or
constant
Q.9. write a program to accept a number from the user and print the table of that number.
Q.10. write a program to print Fibonacci series upto a certain limit.
Q.11. write a program to accept a number and display whether the number is a palindrome or
not.
Q12. Write a program to accept a number and find out whether it is perfect number or not.
(Perfect number is a positive integer that is equal to the sum of its proper divisor the smallest
perfect number is 6)
Q.13. write a program to accept a decimal number and display its binary number.
Q.14 write a program to print the following pattern
5555
5555
5555
5555
Q.15. write a program to print the following pattern
123
13
1
Q.16. write a program to print the following pattern
A
BC
DEF
GHIJ
KLMNO
Q.17. write python code to add the odd number upto a given value n and print the result.
Q.18. write a python script to read an integer greater 1000 and reverse the number.
Q.19. write a python script to generate divisors of a number.
Q.20. write a python script to input two numbers and print their LCM and GCD
Write a program to obtain temperature in Celsius and convert it into Fahrenheit using formula.
F=C*9/5+32
Python program to create a temperature converter.
Guys if you also want that, i solve your questions than comment me.
Class 11 First Assignment solution
#python #pythonprogram
Practical programs
Asked by -Rashmi Singh
Q.1 a program to convert temperature in Celsius in to Fahrenheit.
Q.2 write a program to calculate and display area and perimeter of a rectangle.
Q.3 write a program to determine students final grade and indicate whether it is passing or
failing. The final grade is calculated as the average of marks in four subjects.
Q.4. write a program to find the largest number among the three inputted numbers.
Q.5. write a program to display sum of even numbers up to the number and entered by user.
Q.6. write a program that reads two number and an arithmetic operator and display the result.
Q.7. write a program to perform the following tasks according to users choice using menu
Area of a circle, area of rectangle, circumference of circle, area of a square
Q.8. write a program to accept a character from the user and display whether it is vowel or
constant
Q.9. write a program to accept a number from the user and print the table of that number.
Q.10. write a program to print Fibonacci series upto a certain limit.
Q.11. write a program to accept a number and display whether the number is a palindrome or
not.
Q12. Write a program to accept a number and find out whether it is perfect number or not.
(Perfect number is a positive integer that is equal to the sum of its proper divisor the smallest
perfect number is 6)
Q.13. write a program to accept a decimal number and display its binary number.
Q.14 write a program to print the following pattern
5555
5555
5555
5555
Q.15. write a program to print the following pattern
123
13
1
Q.16. write a program to print the following pattern
A
BC
DEF
GHIJ
KLMNO
Q.17. write python code to add the odd number upto a given value n and print the result.
Q.18. write a python script to read an integer greater 1000 and reverse the number.
Q.19. write a python script to generate divisors of a number.
Q.20. write a python script to input two numbers and print their LCM and GCD
Комментарии