diff --git a/index.js b/index.js index 07a4c0520..f1baa7cd1 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,11 @@ - -// Write your code here \ No newline at end of file +// Write your code here +let num1=31; +let num2=2; +const multiply= num1*num2 ; +let random ; +random= Math.floor(Math.random() * 10) + 1; +let mod; +num3=32; +num4= 8; +mod= num3%num4; +const max=Math.max(1,4,20); \ No newline at end of file