mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-19 17:54:42 +08:00
Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong.
This commit is contained in:
@ -125,6 +125,8 @@ public class Caesar {
|
||||
case 'D':
|
||||
case 'd':
|
||||
System.out.println("DECODED MESSAGE IS \n" + decode(message, shift));
|
||||
default:
|
||||
System.out.println("default case");
|
||||
}
|
||||
input.close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user