Q&A Discussões
Void test(){ int i; }
0 Voto
2 Respostasusing 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 RespostasQuente hoje
Audio adding
1 Votes
What is problem in this code
0 Votes
playground input
0 Votes
Software developer
0 Votes
How I can use div
0 Votes
Activities on sololearn
0 Votes
Html issue
0 Votes
TIPS From Veterans
1 Votes