Textos escolares

762 palabras 4 páginas
Module Module1 Sub Main() Dim n(4) As Short Dim elemento, wmax, wsuma, wbusca As Byte Dim i As Integer Dim wprom As Single '// For i = 0 To 4 Console.Write("Ingrese Elemento {0}: ", (i + 1)) n(i) = Convert.ToInt16(Console.ReadLine) Next Console.WriteLine() '// wmax = n(0) For Each elemento In n If elemento > wmax Then wmax = elemento End If Next Console.WriteLine("Numero Mayor en Lista es = {0}{1}", wmax, vbCrLf) '// wsuma = 0 For Each elemento In n wsuma += elemento Next wprom = wsuma / 5 …ver más…

- 1 For j = 0 To m.GetLength(0) - 1 Console.Write("{0}", m(i, j)) Next Console.WriteLine() Next For i = 0 To m.GetLength(0) - 1 s = 0 For j = 0 To m.GetLength(0) - 1 t = m(i, j) If t > s Then s = m(i, j) End If Next Console.WriteLine("el numero mayor de la fila {0} es ={1}", (i + 1), s) Next Console.Read() End Sub
End Module

EJERCICIO NUMERO2
Module Module1 Sub Main() Dim m(2, 2) As Integer Dim i, j, s, t As Integer For i = 0 To m.GetLength(0) - 1 For j = 0 To m.GetLength(0) - 1 Console.Write("ingrese elemento({0},{1}):", (i + 1), (j + 1)) m(i, j) = Convert.ToInt16(Console.ReadLine()) Next Console.WriteLine("---------------------------------------") Next Console.WriteLine() Console.WriteLine() For i = 0 To m.GetLength(0) - 1 For j = 0 To m.GetLength(0) - 1 Console.Write("{0}", m(i, j)) Next Console.WriteLine() Next For i = 0 To m.GetLength(0) - 1 For j = 0 To m.GetLength(0) - 1 If i = j Then s = m(i, j) End If Next t += s Next

Documentos relacionados

  • Textos escolares
    771 palabras | 4 páginas
  • sintesis y resumen de los textos de Ricardo Baquero:contexto y aprendizaje escolar y la educabilidad bajo sospecha
    2212 palabras | 9 páginas
  • Introduccion Taller De Lectura Y Redaccion I
    1104 palabras | 5 páginas
  • Origen del deporte para todos
    4258 palabras | 18 páginas
  • Noam chomsky. la sociedad global
    803 palabras | 4 páginas
  • Textos personales
    1830 palabras | 8 páginas
  • Leer y escribir en la escuela de Ana María Finocchio
    1525 palabras | 7 páginas
  • Estrategias de lectura preescolar
    3129 palabras | 13 páginas
  • Acuerdo 592 Ley General De Educacion
    3546 palabras | 15 páginas
  • Por qué Prácticas del Lenguaje: Bautier Bucheton
    1212 palabras | 5 páginas