How to use suffix in the name of a variable?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shafia Zahin
    New Member
    • Apr 2016
    • 1

    How to use suffix in the name of a variable?

    t=a+(n-1)*d and t=a+(i-1)*d
    I want to use the suffix "n" in the name of the first t
    and suffix"i" in the name of the second t.How can I?
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Do you mean tn and ti?

    Use two variables tn and ti.

    The compiler is not allowed to change the code it is compiling.

    Comment

    Working...