Write a program to achieve the following outcome: . Generate a random integer between 0 and 12 If 4 < num < 8 the code p
Posted: Sun May 15, 2022 12:18 pm
Write a program to achieve the following outcome: . Generate a random integer between 0 and 12 If 4 < num < 8 the code prints f1 If num < 4 the code prints f2 If num out of the above two ranges the code prints f3 .