Advertisement
DoGy70

first2

Nov 28th, 2023
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. package first;
  2.  
  3. interface Processor {
  4.     double process(double number1, double number2);
  5.  
  6.  
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement