Posts by Mark4 • 3 points
2 posts
-
0
votes0
answers77
viewsQ: JAVA-Correct way not to read enter key
I am making the problem 1168 - LED and would like to know if there is a way to make my in.nextLine() do not read the enter key,I managed creating a variable to read this enter,but I’m sure it is not…
-
0
votes1
answer373
viewsQ: ASCII characters and table
I am trying to perform a URI exercise ,and in the 1 part it asks the following: In the first step, only characters that are lower case letters and capital letters shall be moved 3 positions to the…