ROT 13 for IntelliJ/ Java [on hold]Rot -n algorithm in JavaPrint largest two integers from a streamWord count program in JavaFile Parsing in Java Using CollectionVigenère cipher as an IO filterPretty handling FileNotFoundExceptionExtract a range of rows from one file into anotherMorse code translator in JavaFiltering user input to not contain a specific characterProgram to shorten URL and decode it back to get original URL
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
What options are left, if Britain cannot decide?
Why one should not leave fingerprints on bulbs and plugs?
Recruiter wants very extensive technical details about all of my previous work
What's the meaning of “spike” in the context of “adrenaline spike”?
A sequence that has integer values for prime indexes only:
Science-fiction short story where space navy wanted hospital ships and settlers had guns mounted everywhere
Are there verbs that are neither telic, or atelic?
Min function accepting varying number of arguments in C++17
How to deal with a cynical class?
My adviser wants to be the first author
Why doesn't using two cd commands in bash script execute the second command?
How to deal with taxi scam when on vacation?
How to create the Curved texte?
Happy pi day, everyone!
Why Choose Less Effective Armour Types?
Credit cards used everywhere in Singapore or Malaysia?
Why do passenger jet manufacturers design their planes with stall prevention systems?
My Graph Theory Students
Awsome yet unlucky path traversal
How to simplify this time periods definition interface?
Gantt Chart like rectangles with log scale
Have researchers managed to "reverse time"? If so, what does that mean for physics?
Why do Australian milk farmers need to protest supermarkets' milk price?
ROT 13 for IntelliJ/ Java [on hold]
Rot -n algorithm in JavaPrint largest two integers from a streamWord count program in JavaFile Parsing in Java Using CollectionVigenère cipher as an IO filterPretty handling FileNotFoundExceptionExtract a range of rows from one file into anotherMorse code translator in JavaFiltering user input to not contain a specific characterProgram to shorten URL and decode it back to get original URL
$begingroup$
Need to be able to encode a file, decode a file, and give the word count using ROT 13.
enter code here
System.out.println("Please enter a file name");enter code here
Scanner keyboard = new Scanner(System.in);enter code here
String fileName = keyboard.nextLine();
java
New contributor
$endgroup$
put on hold as off-topic by Vogel612♦ 3 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Vogel612
add a comment |
$begingroup$
Need to be able to encode a file, decode a file, and give the word count using ROT 13.
enter code here
System.out.println("Please enter a file name");enter code here
Scanner keyboard = new Scanner(System.in);enter code here
String fileName = keyboard.nextLine();
java
New contributor
$endgroup$
put on hold as off-topic by Vogel612♦ 3 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Vogel612
$begingroup$
Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
$endgroup$
– Vogel612♦
3 hours ago
add a comment |
$begingroup$
Need to be able to encode a file, decode a file, and give the word count using ROT 13.
enter code here
System.out.println("Please enter a file name");enter code here
Scanner keyboard = new Scanner(System.in);enter code here
String fileName = keyboard.nextLine();
java
New contributor
$endgroup$
Need to be able to encode a file, decode a file, and give the word count using ROT 13.
enter code here
System.out.println("Please enter a file name");enter code here
Scanner keyboard = new Scanner(System.in);enter code here
String fileName = keyboard.nextLine();
java
java
New contributor
New contributor
New contributor
asked 4 hours ago
user195319user195319
1
1
New contributor
New contributor
put on hold as off-topic by Vogel612♦ 3 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Vogel612
put on hold as off-topic by Vogel612♦ 3 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Vogel612
$begingroup$
Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
$endgroup$
– Vogel612♦
3 hours ago
add a comment |
$begingroup$
Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
$endgroup$
– Vogel612♦
3 hours ago
$begingroup$
Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
$endgroup$
– Vogel612♦
3 hours ago
$begingroup$
Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
$endgroup$
– Vogel612♦
3 hours ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
$endgroup$
– Vogel612♦
3 hours ago