Skip to content

Instantly share code, notes, and snippets.

@loiane
Created December 31, 2015 22:20
Show Gist options
  • Save loiane/4a15a67bda5f2fd121bc to your computer and use it in GitHub Desktop.
Save loiane/4a15a67bda5f2fd121bc to your computer and use it in GitHub Desktop.
Duvidas Forum Java
for(int i=0;i<real.length;i++){
double valorReal = Double.parseDouble(JOptionPane.showInputDialog(" Digite o valor em reais R$"));
real[i] = dolar * valorReal; //multiplicação simples por exemplo, dólar a 4 reais = 2 reais equivalem a 4*2 == 8
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment