Correzione caso prezzo=10
This commit is contained in:
parent
2f4e1b91aa
commit
2a81e7324b
@ -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
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -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")]
|
||||
|
||||
@ -1 +1 @@
|
||||
17a8a0b38b604088f9b79ff081e69ac5376b2da1f264326d94e2827d92f5ca8f
|
||||
f0fa680d3440b0646d064632fc4ded35da4c462229993a1b8df2ae345dabf471
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user