+ 10
A Math Words code problem
If you have a=1, e=2, i=3, o=4, u=5 do a program which: 1 - Get a name from an input user. 2 - Show original name and "conversion" name, overwriting vocals per numbers. Examples ----------- User input: Daniel Output: Daniel = D1n32l User input: CHRISTOPHER Output: CHRISTOPHER = CHR3ST4PH2R
9 odpowiedzi
+ 6
Almost one line (not one line because it'd be too confusing)
https://code.sololearn.com/cNzywC902rWl/?ref=app
+ 11
https://code.sololearn.com/cU42nUU9kpTW/?ref=app
+ 9
Here's my solution in C
https://code.sololearn.com/cNMFcI9WAwJR/?ref=app
+ 7
+ 7
Using List Comprehension
https://code.sololearn.com/cQF46c8hGjYk/?ref=app
+ 6
https://code.sololearn.com/c47gBqCT8kTK/?ref=app
+ 5
just finished..
Cekidot ( check it out! )
https://code.sololearn.com/c0j0g1Y1zZBe/?ref=app
+ 4
aahhh..i'm on work.. maybe later