Azumaril$ Posted May 8, 2011 Share Posted May 8, 2011 peste oti exoume auto to code pou ipologizei meso oro: import java.util.Scanner; class mxc{ public static void main(String args[]) { Scanner keyboard = new Scanner(System.in); double total = 0; double grade; double average; int counter = 0; int arcana; System.out.print("Apo posa objects thes na bgaleis to meso oro: "); arcana = keyboard.nextInt(); if (arcana==1){ System.out.println("Prepei na ine parapanw apo 1!!!!!!!!!, Ksana trekste to programma"); return; } System.out.println("Parakalo isagete tous arithmous: "); while(counter<arcana) { grade = keyboard.nextDouble(); total = total +grade; counter++; } average = total/arcana; System.out.println("Average: "+average); } } Doulevo se eclipse. px omos auto to programma 8elw na to kanw .exe kai na emfanizete otan to trexoun oi aloi ki egw se console . me piasate ti enow pisteuo.mporeis kapios na mou diksei analitika ti tha kanw gia na to kanw ? plz gyes ine anagi Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.