Commit 60d0fe8e authored by nargessalehi98's avatar nargessalehi98

modify

parent c8d94efc
Pipeline #2850 failed with stages
...@@ -74,9 +74,5 @@ public class Main { ...@@ -74,9 +74,5 @@ public class Main {
Vote vote1=new Vote(voter,date.toString()); Vote vote1=new Vote(voter,date.toString());
Vote vote2=new Vote(voter,date.toString()); Vote vote2=new Vote(voter,date.toString());
System.out.println("\nThis two votes are :"+vote1.equals(vote2)); System.out.println("\nThis two votes are :"+vote1.equals(vote2));
String n="narge sna rges nar ";
n.split("narges");
System.out.println(n.trim()+".");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment