WAP to input Decimal Number and convert it to Binary Number.
Question: Write a program to input Decimal number and convert it to Binary Number. INPUT “Enter any number” ; n […]
Question: Write a program to input Decimal number and convert it to Binary Number. INPUT “Enter any number” ; n […]
Question: Write a program to find prime numbers from 1 to 100. Answer: CLS FOR j = 2 TO 100
Question Write a program to check whether the given number is palindrome. Ans: INPUT “Enter the Number ” ;
Question: Write a program to find the factorial of a given number. Ans: INPUT “Enter the number :::”
Question: Write a program to enter name and marks of three subjects. Find out the average and print the output.
Question: Write a program that calculates the area of a circle. The formula for the area of a circle is
Question: A man bought a transistor for Rs. 800 and sold it for Rs. 850, Find his profit. Ans:
Questions: The volume of a sphere is given by the formula v = 4/3pr³. Given the value of the radius
Question Write a program to find the cost of painting the four walls of a room. Ans: CLS
Question: Write a program that converts centigrade temperature to Fahrenheit temperatures. The formula is: F = (9/5)*C+32. F is the