Posts

Write a program that takes a character as input and outputs the ASCII value of that character.

Let consider the conversion rate of US Dollar and Taka are 1 dollar = 80.45 taka. Write a program that first takes the choice from the user what conversion (hint 1 for dollar to taka or 2 for taka to dollar) he/she wants. Then an amount is given as input. Convert the amount and output the result according to the given choice.

Input a character. If the character is between ‘A’-‘Z’ convert to small letter. If the character is between ‘a’-‘z’ convert to capital letter.

Write a program to find the maximum/minimum number from given three numbers.

Write a program to find a given number is greater than 100 and less than 250 and divisible by 7.

Any year is entered through the keyboard. Write a program to determine whether the year is a leap year or not.

Write a program to interchange the value of two variables, say x and y

Write a program that receives 5 integers and returns the sum and average of these numbers.