I'm completely inexperienced at programming, and I've been struggling to create a simple math function.
The function I'm trying to make is the following: vertical = squat*18.33/weight, where squat and weight are textviews, and vertical is a label.
For some reason, even though I enter values into my textviews, the label returns "NaN." Can someone explain why that happens to me?
I believe I have attached my code to this thread.
Also, I would greatly appreciate it if someone could recommend me simple tutorials, keeping in mind that I have zero programming experience.