Skip to content
Snippets Groups Projects
Commit 4db06cf9 authored by SAYEH Nahlane ghina's avatar SAYEH Nahlane ghina
Browse files

Création de la classe Vector

Création de la classe Stack
Exercice 3 – Interfaces
parent 52d4056b
Branches main
No related tags found
No related merge requests found
Pipeline #32309 passed
......@@ -7,7 +7,8 @@ public class PostfixStringFilter implements StringFilter{
}
@Override
public String filter(String string) {
public String filter(String string) {
return string.substring(string.length() - n, string.length());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment