-3
My doubts..
It is allowed to perform the operation module % with floating point number in java, and why? Because in compilers like c++ this operation is not allowed.
How do I access an element of a string and change it ? Example, I have a string. String s = "ola"; How to change the position 0 of the element by a letter or scale ?
It is allowed to access a String as an array ? example str[i].
I think you should ask three different questions instead of putting three very different things into one.
– Victor Stafusa
https://ideone.com/xixih2
– Victor Stafusa
Each question should be expected, with a time of 40 minutes.
– Victor OCV
You can [Dit] this, let the doubt you deem most important and in the future open the other questions.
– Woss