Search results for query: *

  • Users: mobsaleh
  • Content: Threads
  • Order by date
  1. M

    Division of two multidimensional arrays

    Hi Guys, I'm coming from MATLAB background & I'm trying to learn C#. In my program, I'm at the point where I need to divide two arrays. My understanding is arrays are multiplied/divided according to matrix rules. I'm multiplying (225x225) X (225,1). I'm expecting an answer with (225,1)...
  2. M

    Resolved User Input / Data Type

    Hello, newbie here. I just started learning C# and wrote this simple code in the attachment. When I enter user input for name, it works. However, when I enter user input for age, say 34. It displays a completely different number in output. Why is that? What am I missing here?
Back
Top Bottom