Dyskusje Q&A
Who founded Sololearn
0 głosów
2 odpowiedziCHALLENGE?????
0 głosów
5 odpowiedziAssign 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 Głos
1 OdpowiedźAssign 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 głosów
1 Odpowiedźusing 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 Głos
7 odpowiedziUnder 15
5 głosów
12 odpowiedziPopularne dzisiaj
HTML
1 Votes
Formating in python
0 Votes
Could you ple ase help me???
0 Votes
What's wrong here?
0 Votes
Header, Main, Footer
0 Votes
Wifi Password
0 Votes
How to grow in sololearn
0 Votes