Posts by felipi • 9 points
4 posts
-
-3
votes1
answer159
viewsQ: How to perform sales commission calculation
To summarize well what I want, I will do so so that the program should run: Digite o nome do vendedor: Joao Digite a meta do vendedor: 1000 Digite o valor de vendas: 499 After this I need to make…
-
-2
votes1
answer281
viewsQ: Limit number of digits in data entry
I’m having a hard time understanding the issue of limiting characters, I researched, but I didn’t understand very well how to use in the code, I made the sketch here, to understand more or less what…
-
-3
votes1
answer40
viewsQ: Help on a While Improvement()
I would like when the user presses a different character from’S' and 'N', to inform the message "Enter a valid character". They could help me? #include <stdio.h> #include <stdlib.h>…
-
0
votes1
answer104
viewsQ: I’m making a game, and on line 36 gave this error Uncaught Referenceerror: resetInterval is not defined. Can anyone help me?
<!doctype html> <html> <head> <meta charset="utf-8" /> <title>My game</title> <script src ="Sprite.js"></script> …