-2
You have to create a program that answers the following calculation n=(vc * 100) / (d * pi) 3x and each time you calculate, use the following lists: vc = [110, 220, 330] and d = [20, 30, 45], recalling that pi = 3,14.
Also in the same program, he must calculate which is the highest and lowest result.
Using For and If.
If you know the user Feps_, he already asked this question today: https://answall.com/q/525335/5878
– Woss