Sesiones de PyR
Who founded Sololearn
 0 Votos
 2 RespuestasCHALLENGE????? 
 0 Votos
 5 RespuestasAssign each track runner a roster number and calculate the average age of the team.
As output the program should print the roster in three columns like in the following format:
Roster #           Name                     Age
1                       First Name            18
2                       Second Name       19
3                       Third Name           19
4                       Fourth Name         20
5                       Fifth Name            18
The average age of the team is 18.80.
 -1 Voto
 1 RespuestaAssign each track runner a roster number and calculate the average age of the team.
As output the program should print the roster in three columns like in the following format:
Roster #           Name                     Age
1                       First Name            18
2                       Second Name       19
3                       Third Name           19
4                       Fourth Name         20
5                       Fifth Name            18
The average age of the team is 18.80.
 0 Votos
 1 Respuestausing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoloLearn
{
    class Program
    {
        static void Main(string[] args)
        {
            int age = Convert.ToInt32(Console.ReadLine());
            int broAge = Convert.ToInt32(Console .Readline());
            Console.WriteLine("You are {0} years old", "your bro is {1}", age, broAge );
        }
    }
}
 -1 Voto
 8 RespuestasUnder 15
 5 Votos
 12 RespuestasEn tendencia hoy
Please help me
 3 Votes
Game
 1 Votes
Please recommend me
 0 Votes
Learn tkinter 
 1 Votes
It's app not running properly?
 1 Votes










































