27.12.2014 Views

Practica A.pdf - Willy .Net

Practica A.pdf - Willy .Net

Practica A.pdf - Willy .Net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Instrucciones y excepciones 2<br />

using System;<br />

class WhatDay<br />

{<br />

static void Main( )<br />

{<br />

Console.Write("Por favor, escriba un número de día<br />

entre 1 y 365: ");<br />

string linea = Console.ReadLine( );<br />

int diaNum = int.Parse(linea);<br />

}<br />

}<br />

...<br />

//<br />

// Añada código aquí<br />

//<br />

Guarde el trabajo realizado.<br />

Compile el programa WhatDay1.cs y corrija los posibles errores. Ejecute<br />

el programa.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!