+ 18
Guys, i want to you to print my name 'Mona' use any language except python, ruby. anybody interested take it as challenge.
try this..
13 Answers
+ 13
|\/| those who are trying,
| | this will print like this looping manner..
+ 11
I'm sorry brother.. using looping concept.. I want you to print my name in looping format..
+ 11
can you please explain the code..
+ 9
from india
+ 8
some of you trying very hard to understand the concept.. it's pretty interesting one.. let me show you.. **********
*
*
*
*
**********
so that I declare, i want my name "Mona" should be printed like this.. got it guys.. anyways congrats for your efforts..keep rocking..
+ 5
Here is a simple PHP and JS example.
<?php
$name = "Mona";
echo $name;
?>
<script>
var name = "Mona";
alert (name);
</script>
+ 5
@Monaliza I implemented the code in C
+ 2
where are you from?
+ 1
see this one
https://code.sololearn.com/cDWXl7DEHn18/?ref=app
I hope this will help you