DINO_CH

Untitled

Feb 1st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. package br.teste;
  2.  
  3. public class NotaAlunos {
  4.  
  5.     public static void main(String[] args) {
  6.         String[]nome= {"Franksinatra","Tomjobim","Gilberto","Madona","Xaquira"};
  7.         String[]trim= {"1tri","2tri","3tri","4tri"};
  8.         double[] notas=new double[5];
  9.        
  10.         for(int i=0;i<notas.length;i++){
  11.             notas[i]=
  12.         }
  13.            
  14.        
  15.  
  16.     }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment