Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package br.teste;
- public class NotaAlunos {
- public static void main(String[] args) {
- String[]nome= {"Franksinatra","Tomjobim","Gilberto","Madona","Xaquira"};
- String[]trim= {"1tri","2tri","3tri","4tri"};
- double[] notas=new double[5];
- for(int i=0;i<notas.length;i++){
- notas[i]=
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment