love your videos they help me a lot can you do a video on loops and arrays thanks
@imanfarrokhi44265 жыл бұрын
thank you, you explain really good.
@kingamaciejczyk47235 жыл бұрын
This is how you can do it using StringBuilder: String userInput; Scanner scanner = new Scanner(System.in); System.out.println("Enter a word:"); userInput = scanner.nextLine(); StringBuilder builder = new StringBuilder(); builder.append(userInput); builder = builder.reverse(); System.out.println(builder);
@milanacampbell40546 жыл бұрын
Yes I would love for you to explain to me more clearly
@andso70686 жыл бұрын
Have you considered JavaScript instead of Java? Javascript is not only the seed, but the root, the nucleus, the foundation of the branches.