Posts by JhonatanCosta • 12 points
1 post
-
-3
votes2
answers1857
viewsA: Variable percentage in c
One solution to this would be to receive an integer number and then divide it by 100 as well as in the code below: int Num; float percen; cout << "Lendo a porcentagem...: "; cin >> Num;…
canswered JhonatanCosta 12