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 4<br />

El programa completo debería ser como éste:<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 />

int mesNum = 0;<br />

if (diaNum

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

Saved successfully!

Ooh no, something went wrong!