Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'fatorial'

941868 - While Fatorial: fatorial
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package aula1;
  6.  
  7. /**
  8. *
  9.  
  10.  
941248 - While Fatorial: fatorial
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package aula1;
  6.  
  7. /**
  8. *
  9.  
  10.  
941232 - While Fatorial: fatorial
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package aula1;
  6.  
  7. /**
  8. *
  9.  
  10.  
941231 - While Fatorial: fatorial
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package aula1;
  6.  
  7. /**
  8. *
  9.  
  10.  
910087 - Calc Fatorial de 'N': fatorial
  1. /*
  2. * Aula: 13/fev/2008
  3. *
  4. * Calcular fatorial de um numero.
  5. *
  6. */
  7. public class Fatorial {
  8.  
  9.  
904986 - Calcular fatorial: fatorial
preview unavailable
903725 - Fatorial: fatorial recursivo
  1. public class Fatorial {
  2.  
  3.     int valor;
  4.  
  5.     public static int fatorial(int valor) {
  6.        
  7.         if (valor == 0)
  8.             return 1;
  9.  
fantasy-obligation
fantasy-obligation