You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 4. Faca um programa que receba 10 valores inteiros e que indique: quantos são pares, quantos são impares, quantos são positivos e quantos são negativos.
// public static void main(String[] args) {
// int n1, n2, n3, n4, n5, n6, n7, n8, n9, n10;
//
// int n_pares=0, n_impares=0, n_pos=0, n_neg=0;
//
//
// System.out.println("digite o 1..º número inteiro");