Converted everything to orgmode
converted everything to orgmode and added solution to the README files
This commit is contained in:
@@ -6,14 +6,14 @@ This task is a text based task. You do not need to write any program/C++ file: t
|
||||
|
||||
* Task
|
||||
|
||||
Which of the following expressions evaluate to `true`, which to `false`?
|
||||
Which of the following expressions evaluate to =true=, which to =false=?
|
||||
|
||||
1. `3 >= 3`
|
||||
1. `true || false && false`
|
||||
1. `(true || false) && false`
|
||||
1. `3 > (1 < true)`
|
||||
1. `8 > 4 > 2 > 1`
|
||||
1. `2 < a < 4` (a is a variable of type int)
|
||||
1. =3 >= 3=
|
||||
1. =true || false && false=
|
||||
1. =(true || false) && false=
|
||||
1. =3 > (1 < true)=
|
||||
1. =8 > 4 > 2 > 1=
|
||||
1. =2 < a < 4= (a is a variable of type int)
|
||||
|
||||
* Solutions
|
||||
|
||||
|
Reference in New Issue
Block a user