whats the worst program you can make for squaring a number.

Try making a ultimate slow program to square a number, or share a program you have made previously.
The slower the better.
But each iteration should do something, dont loop for ever and then print the square like this:

function square(x) {
while(t…


This content originally appeared on DEV Community and was authored by Rishit Khandelwal

Try making a ultimate slow program to square a number, or share a program you have made previously.
The slower the better.
But each iteration should do something, dont loop for ever and then print the square like this:

function square(x) {
  while(true) {}
  console.log(x*x)
}

Ok, now comment your slow program in the comments ;)

Join orbits community now: https://discord.gg/9hB4VJcw97


This content originally appeared on DEV Community and was authored by Rishit Khandelwal


Print Share Comment Cite Upload Translate Updates
APA

Rishit Khandelwal | Sciencx (2021-08-07T04:48:24+00:00) whats the worst program you can make for squaring a number.. Retrieved from https://www.scien.cx/2021/08/07/whats-the-worst-program-you-can-make-for-squaring-a-number/

MLA
" » whats the worst program you can make for squaring a number.." Rishit Khandelwal | Sciencx - Saturday August 7, 2021, https://www.scien.cx/2021/08/07/whats-the-worst-program-you-can-make-for-squaring-a-number/
HARVARD
Rishit Khandelwal | Sciencx Saturday August 7, 2021 » whats the worst program you can make for squaring a number.., viewed ,<https://www.scien.cx/2021/08/07/whats-the-worst-program-you-can-make-for-squaring-a-number/>
VANCOUVER
Rishit Khandelwal | Sciencx - » whats the worst program you can make for squaring a number.. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/08/07/whats-the-worst-program-you-can-make-for-squaring-a-number/
CHICAGO
" » whats the worst program you can make for squaring a number.." Rishit Khandelwal | Sciencx - Accessed . https://www.scien.cx/2021/08/07/whats-the-worst-program-you-can-make-for-squaring-a-number/
IEEE
" » whats the worst program you can make for squaring a number.." Rishit Khandelwal | Sciencx [Online]. Available: https://www.scien.cx/2021/08/07/whats-the-worst-program-you-can-make-for-squaring-a-number/. [Accessed: ]
rf:citation
» whats the worst program you can make for squaring a number. | Rishit Khandelwal | Sciencx | https://www.scien.cx/2021/08/07/whats-the-worst-program-you-can-make-for-squaring-a-number/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.