I have created a function that converts from decimal to binary and I want to use it in another method but the value is not storing globally? How can I do this?
I am using a string for a use case with userinput, however the program does not wait for the user to input? Any possible solution?
If i want to write an if statement if a number is smaller than 0 or bigger than 255 what is the correct way of this? if (number < 0 || > 255)
Could you further explain?
How can I split this into a seperate method? I am confused on what to take out of the static void
Is there any way to code Java String length() instead of using in built function?
How can I make this code return as a string instead of printing it?
Does anyone know why this is giving java.lang.error (at main)?
How do I take an int and split it by each number into an array?
How can I remove an element from an Array in the simplest way?
Why is it saying that is char but I set it as string?
How can I return this for loop outside of the loop?
And i'd put this into the static void main?
Is this possible without a print ln?
Do I return binary[I] or binary?
can I message you privately?
Where would i put the static void?