https://github.com/dibyajyotibiswal57/programs-list
These are the questions on which I make programs.
https://github.com/dibyajyotibiswal57/programs-list
Last synced: 2 months ago
JSON representation
These are the questions on which I make programs.
- Host: GitHub
- URL: https://github.com/dibyajyotibiswal57/programs-list
- Owner: DibyajyotiBiswal57
- Created: 2024-12-30T14:43:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T13:20:21.000Z (3 months ago)
- Last Synced: 2025-03-13T14:28:06.529Z (3 months ago)
- Homepage: https://dibyajyotibiswal57.github.io/Programs-list/
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List of all the topics I make programs on-
1.Calculate the sum of three numeric values.
2.Find the average of four subject marks.
3.Read two numbers and swap them using a third temporary variable.
4.Find the area of rectangle, square, triangle, parallelogram, rhombus, trapezium and circle.
5.Find the volume of sphere, cylinder, cone, cube and cuboid.
6.Find simple interest and amount for entered principle, rate, and time.
7.Display whether a number is positive or negative.
8.Accept two unequal numbers and display the greater of the two numbers.
9.Accept two numbers and if two numbers are equal then find the sum otherwise, their product.
10.Check whether two angles are complementary, supplementary or neither.
11.Calculate the profit and profit percent or the loss and the loss percent on the given cost and selling prices.
12.Print the natural numbers from 1 to (user defined number).
13.Print even numbers from 0 to (user defined number).
14.Print numbers from (user defined number) to 1 in descending order.
15.Print multiplication table up to 12 of given number.
16.Accept a 3-digit number and print the sum of the first and second number and the product of first and last number.
17.Print a 3 digit number in the reverse order.
18.Accept any range of m and n and print all the odd numbers between them.
19.Accept any number and check if it is even or odd.
20.Accept any number and print whether the number is a prime number or not.
21.Read a name and display in a triangular pattern.
For example,
L
LA
LAN
LANGU
LANGUA
LANGUAG
LANGUAGE
22.Print "Hello World".
23.Find the sum, difference, product of any 2 numbers.
24.Swap 2 numbers without using a third variable.
25.Find the perimeter of a square, rectangle, triangle, circle, parallelogram, trapezium.
26.Check if a person is eligible to vote or not.
27.Check if a person is a child or an adult.
28.Write a calculator.
29.Check if a number is divisible by 7 or 3.
30.Check if the number has 1, 2 or more digits.
31.Check a three-digit number is a palindrome or not.
32.Check if an entered year is a leap year or not.
33.Check if a number is neon number or not. (A neon number is a number that is either divisible by 9 or ends with 9.)
34.Write a guessing game.
35.Calculate a 10% discount if the amount is above 10000 else a discount of 7.5%. Display the discount received and the final billing amount to be paid.
36.Read three numbers and display the largest of the three numbers
37.Read two numbers and display the smaller of the two.
38.Read a number and a character. If the character is ‘S’ display the square of the number. If the character is ‘C’ then display the cube of the number.
39.Read two numbers. If both numbers are even then display their sum else display their product.
40.Read a character and check if the character is a vowel or a consonant.
41.Read two numbers and a Boolean value. For Boolean true display the area and perimeter of a rectangle assuming the two numbers are the length and width. For a Boolean false calculate and display the surface area and volume of a cylinder assuming the parameters as height and radius of the cylinder.
42.Read two numbers and a character. If the character is ‘a’ check if the numbers are equal. If the character is ‘M’ check if the first number is divisible by 9. Otherwise find the product.# Status
| Questions | QBasic
(discontinued) | Java
(paused) | Python | Rust
(planned) | C
(coming
soon) | C++
(coming
soon) | C#
(planned) | Go
(planned) | Haskell
(planned) |
|---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|1.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|2.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|3.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|4.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|5.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|6.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|7.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|8.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|9.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|10.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|11.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|12.| ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|13.| ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|14.| ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|15.| ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|16.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|17.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|18.| ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|19.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|20.| ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|21.| ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|22.| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|23.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|24.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|25.| ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|26.| ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|27.| ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|28.| | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|29.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|30.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|31.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|32.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|33.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|34.| | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
|35.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|36.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|37.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|38.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|39.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|40.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|41.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|42.| | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |