Make Programs (Qbasic) - Part II
- To input number in inches and convert it into feet and inches. (View Code)
- To determine whether a given number is prime or not. (View Code)
- To display the ASCII value of the character entered. (View Code)
- To check the given number is odd or even using SELECT CASE. (View Code)
- To find the grade of a student using SELECT CASE. (View Code)
- To display the reverse of a string. (View Code)
- To check the given word palindrome or not. (View Code)
- To check the given number palindrome or not. (View Code)
- To find the HCF of two numbers given. (View Code)
- To find the LCM of two numbers given. (View Code)
More Questions.....