- 1
I need helpw with the module quiz.
12 ответов
+ 5
Something like that??
name="Amy"
msg="Hi my name is "+name
puts msg
+ 4
What do you need exactly Gifty? Some days ago I did some quiz in sololearn and now I must to wait if sololearn team accept it or not.
+ 4
Gifty, maybe you can explain it directly with a real example by code to try to help you.
+ 4
Please, try copying my code, you can check it, both have some important differences.
If don't work for you, please, paste entire code and error.
+ 4
Mario your code works except
name="Amy
because you need
name="Amy"
+ 4
Jeje no problem, maybe is the same problem with Gifty but we hope our help, help him
+ 3
Daniel, thx, that's the stupid auto correct on my phone. it likes to delete the doublequotes :/
I edit my answer.
+ 2
name="Amy"
msg="Hi, my name is #{name}"
puts msg
it's literally in the explanation before the question. except the name is David not Amy.
0
The question when you have to embed the variable and put the output on the screen.
0
name=Amy
msg="Hi my name is_ {____}
puts ____
0
I tried. It didn't work
0
Thank you