Dyskusje Q&A
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
8 odpowiedziPopularne dzisiaj
I need help to solve this
0 Votes
Project
0 Votes
Engineer Cloud
0 Votes
Lua?
1 Votes
How to add comment in python?
0 Votes
How do we code calculator
0 Votes