no hay nada como terminar 200 lineas de #codigo using - TopicsExpress



          

no hay nada como terminar 200 lineas de #codigo using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EJERCICIO_DEBER_SUMA_NUMEROS_FRACCIONAR { class Program { public static void igual() { int a, b, a1, b1, a3 = 0, c = 2, mcd = 0, a4 = 0, a2 = 0,mcd1=0,r=0,r1=0,c1=0; Console.Write(ingrese numerador:); a = Convert.ToInt32(Console.ReadLine()); Console.Write(ingrese denominador:); b = Convert.ToInt32(Console.ReadLine()); Console.Write(ingrese numerador 2:); a1 = Convert.ToInt32(Console.ReadLine()); Console.Write(ingrese denominador 2:); b1 = Convert.ToInt32(Console.ReadLine()); Console.WriteLine(); a3 = a + a1; r = a3; r1 = b1; Console.WriteLine({0}, a3); Console.WriteLine(----); Console.WriteLine({0}, b1); Console.WriteLine(); if (a3 >= b1) { mcd = a3 % b1; if (a3 % b1 == 0) { Console.Write(mcm {0}
Posted on: Tue, 29 Jul 2014 03:34:08 +0000

Trending Topics



Recently Viewed Topics




© 2015