- Questions for programming / Programming Practice / Questions List (Qbasic Code)
- To find the sum of any three numbers. (View Code)
- To check a triangle whether it is right angled or not when angles are given. (View Code)
- A program to check a triangle whether it is right angled or not when sides are given. (View Code)
- To find greatest / largest number among three numbers. (View Code)
- To find out the smallest number among any three numbers. (View Code)
- To check entered character is vowel or consonant. (View Code)
- To draw a circle. (View Code)
- To find out the area of rectangle. (View Code)
- To calculate the area of a circle. (View Code)
- To calculate area and circumference of a circle. (View Code)
- To find the volume and area of a box. [(v = l*b*h) and a = 2*(l*b+b*h+h*l)] (View Code)
- To find simple interest for a given principle, time and rate of interest. (View Code)
- To convert temperature given in Centigrade into Fahrenheit. [C = (F – 32) * (5 / 9)] (View Code)
- To convert temperature given in Fahrenheit into Centigrade. [ F = C * (9 / 5) + 32] (View Code)
- To find volume cylinder. (View code)
- To find volume hemisphere. (View Code)
- To find the surface area of a sphere. [A = 4 *pie*r^2] (View Code)
- To input a number and check whether the number is divisible by 4 or not. (View Code)
- To check the given number is divisible by 3 & 5 or not. (View Code)
- To find the cost of painting the four walls of a room. [A = 2*(l + b) * h] (View Code)
- To find the third angle of a triangle when two angles are given. (View Code)
- To display area of a triangle. (View Code)
- To find the velocity of an object. (v = u + at). (View Code)
- To input the sides of triangle and to check whether a triangle can be formed or not. (View Code)
See Also... Make Programs - Series / Patterns