Skip to content

naiemofficial/Mathematics-with-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mathematics-with-programming

SL Program Sources
C++ Python Java
1 Area of Square
2 Area of Rectangle
3 Area of Circle
4 Area of Triangle
5 Area of Triangle - (All sides known or Herons Formula)
6 Area of Rhombus
7 Area, volume and diameter of Sphere
8 Average calculation
9 Average calculation of pre-defined array
10 Average calculation of a certain number by input data (array)
11 Celsius to Fahrenheit
12 Fahrenheit to Celsius
13 Check prime number
14 Print prime numbers in a range
15 Check armstrong number
16 Check entered input is Even or Odd
17 Check entered input is Positive or Nagetive
18 Leap year checking
19 Days to months and weeks conversion
20 Fibonacci Series of nth number of elements
21 Find the Roots of a Quadratic Equation
22 Find Factorial of a Number
23 Fibonacci Series to nth terms
24 Print 1 to nth even numbers
25 Print 1 to nth odd numbers
26 Kilometer to miles
27 Miles to Kilometer
28 Multiplication table
29 Vowel & consonant checking
30 Calculate the sum of natural numbers using for loop
31 Calculate the sum of natural numbers using while loop
32 Calculate the sum of natural numbers by formula
33
Calculate the sum of natural numbers by formula and conditional check
34 Swap two defined numbers or variables
35 Swap two input numbers or variables
36 Sorting defined numbers - from ascending to descending
37 Sorting defined numbers - from descending to ascending
38 Sorting input numbers - from ascending to descending
39 Sorting input numbers - from descending to ascending
40 Find largest between two numbers - defined values
41 Find largest between two numbers - input values
42 Find largest between three numbers - defined values
43 Find largest between three numbers - input values
44 Find smallest between two numbers - defined values
45 Find smallest between two numbers - input values
46 Find smallest between three numbers - defined values
47 Find smallest between three numbers - input values
48 Find largest number from array - defined values
49 Find largest number from array - input values
50 Find smallest number from array - defined values
51 Find smallest number from array - input values
52 Find largest and smallest number from array - defined values
53 Find largest and smallest number from array - input values
54 CGPA - Points to Grade calculation
55 CGPA - Grade to Points calculation
56 CGPA - Grade to Points calculation (swtich case)
57 Find CGPA Points by obtained marks
58 Find CGPA Letter Grade by obtained marks
59 Find CGPA Letter Grade & Points at once by obtained marks (Simple)
60 Find CGPA Letter Grade & Points at once by obtained marks (Advance)
61 GPA - Points to Grade calculation
62 GPA - Grade to Points calculation
63 GPA - Grade to Points calculation (switch case)
64 Find GPA Points by obtained marks
65 Find GPA Letter Grade by obtained marks
66 Find GPA Letter Grade & Points at once by obtained marks (Simple)
67 Find GPA Letter Grade & Points at once by obtained marks (Advance)
68 GPA calculation by 3 number of subjects marks (variable)
69 GPA calculation of a certain number of subject marks (array)
70
GPA calculation of a certain number of subject with combined, half-marks and optional subject (Advance)



Notes


  • In the Java programs I didn't use public class to consider the program name. In case if you use public class in the java programs, make sure to update the class name. Follow this link to know about the difference between class vs public class.
  • Skip any grammatical mistakes in the programs.
  • Feel free to Create an issue, if you found any problem to any program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages