Advertisement
Guest User

Untitled

a guest
Dec 13th, 2022
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. internal class <Module>
  2. {
  3. public static double M()
  4. {
  5. int num = 34;
  6. int num2 = 6;
  7. double num3 = 2.5;
  8. double num4 = (double)num / (double)num2;
  9. if ((int)num4 >= num2)
  10. {
  11. return num2 * (int)num4;
  12. }
  13. return num ^ num2;
  14. }
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement