Posts by Mathias • 13 points
1 post
-
0
votes1
answer266
viewsQ: Algorithm for reading multiple numbers in PHP
I have a question about how to do the following exercise in PHP using HTML forms: Make an algorithm that reads a sequence of integer numbers. If the user type a negative number the algorithm should…