F
freeidea
Guest
man reikia rodyti 3 skaitmenų LCD, prašau skaičiavimo pavyzdys
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
negaliojančiu WriteNum3dec (nepasirašytos charnum) {unsigned char kasti; kasti = num / 100 + '0 ', jei ((kasti == 0) & & (ISWHITE)) SayChar (WHITE ); kitur SayChar (kasti); kasti = (num 100%) / 10 + '0 '; SayChar (kasti); kasti = (num% 10) + '0'; SayChar (kasti)