How Can You Simulate Rain in C Programming?

  • Thread starter Thread starter Penultimate
  • Start date Start date
  • Tags Tags
    Rain
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Penultimate
Messages
26
Reaction score
0
I have a homework about simulating the rain in C.
It must require from the user the resin speed density and temperature.
Can anyone help?
 
Physics news on Phys.org
Yikes Penultimate, that's a whole lot of questions you're posting in such a short time period! As others have mentioned, we need to see your work.

In this case, your question is so undefined that you might as well have just said that you need to write a program that takes inputs. For an introductory programming course, as I assume you're in, you're generally given some problem, a method for solving said problem, and hints for how to solve it. Are you having trouble with the methodology, the implementation, or with the debugging of the program?

HINT: The [ CODE] tag (under advanced edit) could probably come in handy here...