Skip to content

Instantly share code, notes, and snippets.

package college_java;
import java.util.Scanner;
public class Cadastro_func_2 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.print("\t\tCADASTRO DE FUNCIONARIO\t\t\n");
System.out.print("Quantos funcionarios deseja cadastrar?: ");