Correzione caso prezzo=10

This commit is contained in:
La Programmatrice Verde 2024-10-25 08:59:23 +02:00
parent 2f4e1b91aa
commit 2a81e7324b
9 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ do
}
//Calcolo prezzo+tasse
while (prezzo<=0);
if (prezzo > controlloPrezzo1 && prezzo < controlloPrezzo2)
if (prezzo >= controlloPrezzo1 && prezzo < controlloPrezzo2)
{
totale = (prezzo * tassa1 / 100) + prezzo; //Aggiungo il 16% di imposte sul totale
}

View File

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("VerificaRemake_1")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+abfe626dabd62f241e134401d177ed30f47023ef")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2f4e1b91aa370d2a7b6b5e62e954f2973e45ba1f")]
[assembly: System.Reflection.AssemblyProductAttribute("VerificaRemake_1")]
[assembly: System.Reflection.AssemblyTitleAttribute("VerificaRemake_1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
17a8a0b38b604088f9b79ff081e69ac5376b2da1f264326d94e2827d92f5ca8f
f0fa680d3440b0646d064632fc4ded35da4c462229993a1b8df2ae345dabf471