Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function myFunction(p1, p2) {
  2. return p1 * p2; // The function returns the product of p1 and p2
  3.  
  4. public class SampleObject
  5. {
  6. public SampleObject(int a, int b)
  7. {
  8. var evaluated = <<< do some magic and get myFuction(a,b) here >>>
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement