Ir para conteúdo
Fórum Script Brasil

THomas Reddler

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Sobre THomas Reddler

THomas Reddler's Achievements

0

Reputação

  1. Exercício Desenvolva um gerador de tabuada, capaz de gerar a tabuada de qualquer número inteiro entre 1 a 10. O usuário deve informar de qual numero ele deseja ver a tabuada. A saída deve ser conforme o exemplo abaixo: Problema Estou tentando multiplicar os indices de duas matrizes e fazer assim uma tabuada. Programa.java /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package javaapplication4; /** * * @author aluno.4rlab01 */ public class JavaApplication4 { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here int[] iniciaValores = {0,1,2,3,4,5,6,7,8,9,10}; int[] iniciaValores = {0,1,2,3,4,5,6,7,8,9,10}; } }
×
×
  • Criar Novo...