Write a program to solve the following to get result 97- a) x raise to power y where x=14 and y=187 and store it in z. b) z mod 319 *hint to do program is given in the post.
Write a program to print 50 distinct Random numbers. a) Predefined Random Function or Garbage Values of variables not allowed. b) Random values must be between 0 & 1. c) Execution time not be greater than 3.0 sec.