How Can You Simulate Rain in C Programming?

  • Thread starter Thread starter Penultimate
  • Start date Start date
  • Tags Tags
    Rain
AI Thread Summary
The discussion centers on a request for assistance in simulating rain using C programming, specifically requiring user inputs for resin speed, density, and temperature. Participants emphasize the need for clarity in the question, suggesting that the original poster should provide more details about their progress and specific challenges. There is a suggestion that the poster may be struggling with methodology, implementation, or debugging. Additionally, using the [CODE] tag for sharing code snippets is recommended to facilitate better assistance. Clearer communication of the problem will enhance the chances of receiving helpful guidance.
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...
 
Back
Top