- 3
Write a function named "swap_floats" that takes two floating point arguments and interchanges the values that are stored in thos
4
2 odpowiedzi
+ 10
If your doing this in a language that can't pass references of data types through arguments, that function is incredibly useless.
Ps: Try it first, then ask about the code
+ 5
And specify the language you use ^^