import time
#write a program that generates two integers between 1 to 100. Assume these represent the real and imaginary part of a complex no.
#Update LCD display to show the complex no. appropriately , its power and its principal argument value. The power is obtained as SQRT(a^2 + b^2) while the principal argument is tanh(b/a)
question 2 ka solution
https://wokwi.com/projects/389863549908173825