04-03-2015 05:49 AM
how can i generate such numbers where the two number's remainder is 0?always like 4/2 6/3 8/4
04-03-2015 06:08 AM
I would generate two random numbers and then multiply them. Take either of the original numbers and the multiplication result.
04-03-2015 09:32 AM
04-03-2015 11:58 AM
04-03-2015 12:38 PM
only integers.
I want to make the lumosity raindrops.operations must be very simple
04-03-2015 03:30 PM - edited 04-03-2015 03:37 PM
Next time please use a reasonable thread subject. "divide" does not mean anything useful. Thanks!
szabolcs1295 wrote:I want to make the lumosity raindrops.operations must be very simple
Please attach the actual VI instead of pictures. What is inside the other case? What is the purpose of the FOR loop? (You seem to sue the FOR loop as a glorified sequence frame). Where do the hidden wires actually go? What is the point of the linefeeds? What is the point of the two waits, they seem to run in parallel? What is the point of the sequence structure? Seems pointless. Do you really need a formatted width of 10 characters for a two-digit number?
Can you explain what you mean by lumosity raindrops and how it relates to your question?
Also make sure to answer my questions form the other thread.
04-09-2015 04:52 PM