Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Create a function that receives an integers array and returns the number that ap
| (1,1,2) | 2 |
| (2,2,1) | 1 |

fun manal{
var salem: Array<Int> =arrayOf((2,4,6,4,9,6,2)

}

## 2nd Challenge
Create a function that receives a string then it converts uppercase letters into lowercase and vice versa. The function then should print the converted value.
Expand All @@ -21,6 +25,11 @@ Create a function that receives a string then it converts uppercase letters into
| My name is Ali | mY NAME IS aLI |
| sHroog | ShROOG |

fun manal{
var salem: Array<String> =arrayOf()
if (salem)

}

## 3rd Challenge
Create a function that receives an array of items & arrays and returns one flattened array with all items exluding null values.
Expand Down Expand Up @@ -50,4 +59,10 @@ Create a function that receives a string that contains combination of parenthese
| {[}]) | false |



fun manal{
var salem= readLine()!!.toString()
if (salem==)
println(true)
else
println(false)
}