-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.txt
More file actions
38 lines (38 loc) · 760 Bytes
/
output.txt
File metadata and controls
38 lines (38 loc) · 760 Bytes
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
Variable _myVar declared
Variable _newVar declared
Duplicate declaration of variable _newVar
Value Assigned
Value Assigned
Variable _sum declared
Value Assigned
_sum value is: 13
LAST_IF
LAST_ELSE
Inside IF
Inside SINGLE IF
SINGLE IF condition not true
Inside SINGLE IF
SUM_LOOP
Value Assigned
I am here
Value INITIALIZED.. Entering into loop
Loop ENDED.. Value: 9
Loop Ended Successfully. Total loop count: 6
Value INITIALIZED.. Entering into loop
Loop ENDED.. Value: 3
Loop Ended Successfully. Total loop count: 0
DONE
Inside loop
Inside loop
CASE_ONE
CASE_TWO
Currently in case number 2
CASE_FOUR
INSIDE_DEFAULT_CASE
CASE_ONE
CASE_FOUR
INSIDE_DEFAULT_CASE
Inside default case.
CASE_ONE
CASE_FOUR
Compiled Successfully