Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Christo92

Pages: [1]
1
question by a total beginner
i'm trying to learn QB64
my question can being stupid
but i would like print  nombre  with two number after comma
thank for your help

10 PRINT " TOP JS   par christophe lamadon"
20 INPUT " BILAN "; a
30 INPUT " COTE GAGNANTE "; b
40 INPUT "COTE PLACE"; c
50 CGP = b + c
60 M = b / CGP
70 N = (b - 1)
80 Z = a * N
90 E = M / Z
100 nombre = E

Pages: [1]