-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDecisionMaking.ctxt
60 lines (60 loc) · 2.65 KB
/
DecisionMaking.ctxt
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#BlueJ class context
comment0.target=DecisionMaking
comment1.params=
comment1.target=void\ displayMenu()
comment1.text=\r\n\ function\ to\ display\ menu\r\n
comment10.params=
comment10.target=void\ syntax_if_else()
comment10.text=\r\n\ function\ to\ display\ syntax\ of\ if\ else\ statement\r\n
comment11.params=
comment11.target=void\ working_if_else()
comment11.text=\r\n\ function\ to\ display\ working\ of\ if\ else\ statement\r\n
comment12.params=
comment12.target=void\ if_else_if()
comment12.text=\r\n\ function\ to\ display\ details\ of\ if\ else\ if\ statement\r\n
comment13.params=
comment13.target=void\ nested_if_else()
comment13.text=\r\n\ function\ to\ display\ details\ about\ nested\ if\ else\ statement\r\n
comment14.params=
comment14.target=void\ switch_statement()
comment14.text=\r\n\ function\ to\ display\ details\ of\ switch\ statement\r\n
comment15.params=
comment15.target=void\ switch_working()
comment15.text=\r\n\ function\ to\ display\ working\ of\ switch\ statement\r\n
comment16.params=
comment16.target=void\ fall_through()
comment16.text=\r\n\ function\ to\ display\ details\ of\ fall\ through\ property\r\n
comment17.params=
comment17.target=void\ advantages()
comment17.text=\r\n\ function\ to\ display\ advantages\ of\ using\ switch\ statement\ in\ place\ of\ an\ if\ else\ if\ statement\r\n
comment18.params=
comment18.target=void\ shortcut_if_else()
comment18.text=\r\n\ function\ to\ display\ details\ of\ shortcut\ if\ else\ operator\r\n
comment19.params=
comment19.target=void\ main()
comment19.text=\r\n\ main\ function\r\n
comment2.params=
comment2.target=void\ decision()
comment2.text=\r\n\ function\ to\ display\ meaning\ and\ uses\ of\ decision\ making\ statement\r\n
comment3.params=
comment3.target=void\ relational()
comment3.text=\r\n\ function\ to\ display\ relational\ operators\r\n
comment4.params=
comment4.target=void\ expression()
comment4.text=\r\n\ function\ to\ display\ details\ of\ relational\ expression\r\n
comment5.params=
comment5.target=void\ logical()
comment5.text=\r\n\ function\ to\ display\ details\ of\ logical\ operators\r\n
comment6.params=
comment6.target=void\ classification()
comment6.text=\r\n\ function\ to\ display\ details\ of\ classification\ of\ operators\r\n
comment7.params=
comment7.target=void\ detail_if()
comment7.text=\r\n\ function\ to\ display\ details\ of\ if\ statement\r\n
comment8.params=
comment8.target=void\ syntax_if()
comment8.text=\r\n\ function\ to\ display\ syntax\ of\ simple\ if\ statement\r\n
comment9.params=
comment9.target=void\ working_if()
comment9.text=\r\n\ function\ to\ display\ working\ of\ simple\ if\ statement\r\n
numComments=20