- Using the
time
package, printThe time now is: <TIME>
- Using the
math/rand
package, generate random integer between 0 and 100 - Using the
math
package calculate the square of9
Click here to view the solution
time
package, print The time now is: <TIME>
math/rand
package, generate random integer between 0 and 100math
package calculate the square of 9
Click here to view the solution