Advertisement
RenSafaray

Untitled

May 2nd, 2024
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. public class Main {
  2.     public static void main(String[] args) {
  3.         MyTask2Edit ob = new MyTask2Edit();
  4.         ob.inputArray();
  5.         ob.doTask();
  6.  
  7.         MyTaskk.DoTaskk();
  8.     }
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement