Pulse 0 Denunciar post Postado Março 22, 2015 #include <stdio.h> int main () { float i; scanf("%.2f", &i); printf("%.2f", i); } Esse código sempre printa um valor 0.00? Qual o erro? Compartilhar este post Link para o post Compartilhar em outros sites
_Isis_ 202 Denunciar post Postado Março 22, 2015 ??Isso é um exercício de alguma lista?Você conhece o básico da linguagem? Compartilhar este post Link para o post Compartilhar em outros sites