Posts by Diogo Marcelo • 23 points
1 post
-
2
votes1
answer170
viewsQ: Intersection between time
I am in doubt about what to use in creating a film simulation project. So far I have a class Sessao: package entidades; import java.time.Duration; import java.time.LocalTime; public class Sessao {…