Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.io.IOException;
- import java.util.Arrays;
- public class Main {
- public static void main(String[] args) throws IOException{
- Sokovnik s = new Sokovnik(1.0);
- System.out.println("Zapremina: " + s.zapremina());
- System.out.println("Broj voca u sokovniku" + s.komada());
- s.cedi();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement