import java.util.*; public class Main { public static void main(String[] args) { Scanner fzhinput = new Scanner(System.in); int sz,num=0,i=0; float sum=0; while(fzhinput.hasNextInt()){ sz=fzhinput.nextInt(); if(sz>=0){ s...