YauhenMardan

Untitled

May 25th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package com.company;
  2.  
  3. public class Main {
  4.  
  5. public static void main(String[] args) {
  6. double I;
  7. I=FuncUtils.getI(2,100);
  8. System.out.println(I);
  9. //
  10. double n=FuncUtils.getN(0,2);
  11. System.out.println(n);
  12. //
  13. System.out.println(FuncUtils.getI(2.0,n));
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment