0
Changing the place of the values (terms)
Is there any operation to change the place of the values automatically not by writing again the "functions" for example a=2, b=1, a/b=2 so i want to change terms order for example b/a=0.5. https://code.sololearn.com/cZ667RRYjrYm/?ref=app
11 Respostas
+ 12
You can only change the background color there, not the text colors. Maybe try to find an ide that fits your needs ^^ Eclipse, Netbeans (...) or a text editor.
+ 12
Too hard to write these method?
Here are some good implementations
http://stackoverflow.com/questions/3624525/how-to-write-a-basic-swap-function-in-java
* Idk how tall @Very hard is... *
+ 10
Text color of what? Gui (if so: which API do you use?), console, syntax highlighting in ide?
+ 10
Your welcome ^^
So you mean syntax highlighting. Do you use an ide (then which ide) or the code playground?
+ 9
You could write your own swap method and use it whenever you like.
0
it looks like it is a little very hard :)
0
how can i change text color in java, should i use another programming language?
0
i mean, in the file above, i would like to write with another colour, is it possible?
You are a kind of programming fairy, because you allways help, thanks :))
0
only the code playground.
0
what is modulo "%" in fact, because it looks like it is percentage but it is not. How can we calculate it?
a=2
b=1
a%b=0