Q&A Discussions
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 Vote
7 AnswersHot today
SQL Intermediate Union module
0 Votes
What does E0FError mean?
0 Votes
Why doesn't this work?
0 Votes
What’s wrong with the new GUI?
0 Votes
BADGE
0 Votes