This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> //Include da biblioteca Standard Input Output | |
int main (void){ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="meuApp"> | |
<label for="capital">Capital</label> | |
<input type="number" id="capital" placendolder="Capital"> | |
<label for="capital">Taxa de juros</label> | |
<input type="number" id="capital" placendolder="Taxa de juros"> | |
<label for="capital">Tempo de aplicação</label> | |
<input type="number" id="capital" placendolder="Tempo Aplicação"> |
NewerOlder