Posts by LucasRJ • 11 points
2 posts
-
1
votes1
answer62
viewsQ: Receive user data from
I made an algorithm to perform statistical calculations, I would like to put two options to the user: First, do the calculations with already sampled data within the algorithm Second, have the user…
-
0
votes2
answers569
viewsQ: Return False or True
I need to know if the second number is multiple of the first number, if yes return true otherwise false, I’m having trouble declaring the library Boolean. package br.fatec.com; import…