[ create a new paste ] login | about

Link: http://codepad.org/Yn3P5229    [ raw code | output | fork ]

C++, pasted on Mar 19:
1
2
3
4
5
6
7
Algoritmo NOMBRE DEL MES
 Clase Meses
  1. Metodo Principal()
    a. Declarar variables
      nombreMes: Cadena
      numeroMes: Entero 
    b. Solicitar numero del 1 al 12, nombre del mes


Output:
1
2
Line 1: error: 'Algoritmo' does not name a type
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: