Hey! , so first of all Im very new to JAVA(or programming overall) and I do not study or work with programming, Trying to learn this is just a pure hobby for me.
So , I have an idea I want to test out, I want to print out a word in the console without using the acutall letters that the word contains.
Example: I want to type out "TEST" in the console, is it possible to do that without using the letters in the code, like.. not just create a string and name it X and then print out the string cause then the letters would still be typed when I assigned the string.
Thx in advance!