- 1
Write a code to print the following pattern
123454321 1234 4321 123 321 12 21 1 1
6 Respuestas
+ 2
<DOCTYPE html>
<html>
<body>
<p> 123454321</p>
<p> 1234 4321</p>
<p> 123 321 </p>
<p> 12 21 </p>
<p> 1 1 </p>
</body>
</html>
+ 1
Did someone told you to do this, and have you tried yourself? (I'm trying to be nice)
+ 1
yaaa I tried very much for this
+ 1
did i do mine right? (im new to programmig)
- 3
thanks but I need it in Java language