#include int main() { float valor = 32000.0; printf("\n%f equivale a %e.\n", valor, valor); system("pause"); return 0; }