You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conditional-statements/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@
13
13
-[Program to check whether a character is uppercase or lowercase alphabet](is_upper_case.go)
14
14
-[Program to input week number and print week day](print_week_day.go)
15
15
-[Program to input week number and print week day using switch](print_week_day_using_switch.go)
16
+
-[Program to input week number and print week day using an array](print_week_day_using_array.go)
16
17
-[Program to input month number and print month name and number of days in that month](days_of_month.go)
17
-
18
+
-[Program to input month number and print month name and number of days in that month using a map](days_of_month_using_map.go)
19
+
-[Program to input angles of a triangle and check whether triangle is valid or not](is_valid_triangle.go)
20
+
-[Program to check whether the triangle is equilateral, isosceles or scalene triangle](get_triangle_type.go)
18
21
## To be written
19
-
- Program to input angles of a triangle and check whether triangle is valid or not
20
-
- Program to input all sides of a triangle and check whether triangle is valid or not
21
-
- Program to check whether the triangle is equilateral, isosceles or scalene triangle
22
22
- Program to find all roots of a quadratic equation
23
23
- Program to calculate profit or loss
24
24
- Program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer. Calculate percentage and grade according to following:
0 commit comments