File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# golang-coding-exercises
2
2
Golang coding exercises uploaded while learning
3
+
4
+ ## Exercises
5
+ - [ Basic] ( #basic )
6
+
7
+ ### Basic
8
+ - [ Sum of two numbers] ( basic/sum_of_two_numbers.go )
9
+ - [ Arithmetic operations] ( basic/arithmetic_operations.go )
10
+ - [ Input from user] ( basic/input_from_user.go )
11
+ - [ Accept length and breadth of a rectangle. Then find perimeter and area of a rectangle] ( basic/rectangle_area_and_perimeter.go )
12
+ - [ Accept radius of a circle. Then find diameter and circumference of a circle] ( basic/circle_diameter_and_circumference.go )
13
+ - [ Accept temperature in Celsius and convert it into Fahrenheit.] ( basic/celsius_to_fahrenheit.go )
14
+ - [ Program to convert days into years, weeks and days] ( basic/days_to_years.go )
15
+ - [ Program to enter two angles of a triangle and find the third angle] ( basic/third_angle_of_triangle.go )
16
+ - [ Program to enter base and height of a triangle and find its area] ( basic/area_of_triangle.go )
17
+ - [ Program to calculate area of an equilateral triangle] ( basic/area_of_equilateral_triangle.go )
18
+ - [ Program to find power of any number x ^ y] ( basic/power_of_a_number.go )
19
+ - [ Program to enter marks of five subjects and calculate total, average and percentage] ( basic/student_marks.go )
20
+ - [ Program to enter P, N, R and calculate Simple Interest] ( basic/simple_interest.go )
21
+ - [ Program to enter P, N, R and calculate Compound Interest] ( basic/compound_interest.go )
You can’t perform that action at this time.
0 commit comments