Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devoir2 #3

Open
ESSOUMA-TOBIE opened this issue Nov 7, 2023 · 0 comments
Open

Devoir2 #3

ESSOUMA-TOBIE opened this issue Nov 7, 2023 · 0 comments

Comments

@ESSOUMA-TOBIE
Copy link
Owner

Algorithme CalculTVA
const tva= 20.6
const titre = "résultat:"
var prixht: reel
var prixttc: reel
var montantva: reel
Début
ecrire("Donnez moi le prix hors taxe :")
lire(prixht)
prixttc<-prixht*(1+tva/100)
montantva<-prixttc-prixht
ecrire(titre)
ecrire(prixht, "euro h.t + TVA", tva, "devient", prixttc, "eurottc")
Fin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant